Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed
Description
Bug report
Bug description:
gh-105716 breaks greenlet/eventlet, which apparently was working with the 3.12.0 release.
this is greenlet 3.0.1, plus eventlet 0.33.3 plus the python3.12 for eventlet taken from
https://src.fedoraproject.org/rpms/python-eventlet/tree/rawhide
Traceback (most recent call last): File"/home/packages/12/python-eventlet-0.33.3/tests/isolated/patcher_existing_locks_late.py", line20, in<module> eventlet.monkey_patch() File"/home/packages/12/python-eventlet-0.33.3/eventlet/patcher.py", line294, inmonkey_patch modules_to_patch+= modules_function()^^^^^^^^^^^^^^^^^^ File"/home/packages/12/python-eventlet-0.33.3/eventlet/patcher.py", line480, in_green_thread_modulesfrom eventlet.greenimport threading File"/home/packages/12/python-eventlet-0.33.3/eventlet/green/threading.py", line22, in<module> eventlet.patcher.inject( File"/home/packages/12/python-eventlet-0.33.3/eventlet/patcher.py", line109, ininject module=__import__(module_name, {}, {}, module_name.split('.')[:-1])^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/usr/lib/python3.12/threading.py", line40, in<module> _is_main_interpreter= _thread._is_main_interpreter^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError:module 'eventlet.green.thread' has no attribute '_is_main_interpreter'---FAIL
CPython versions tested on:
3.12
Operating systems tested on:
Linux
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done
Status
Done