← 返回首页
gh-105716 breaks greenlet/eventlet · Issue #112826 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

gh-105716 breaks greenlet/eventlet #112826

New issue
New issue

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", line 20, in <module> eventlet.monkey_patch() File "/home/packages/12/python-eventlet-0.33.3/eventlet/patcher.py", line 294, in monkey_patch modules_to_patch += modules_function() ^^^^^^^^^^^^^^^^^^ File "/home/packages/12/python-eventlet-0.33.3/eventlet/patcher.py", line 480, in _green_thread_modules from eventlet.green import threading File "/home/packages/12/python-eventlet-0.33.3/eventlet/green/threading.py", line 22, in <module> eventlet.patcher.inject( File "/home/packages/12/python-eventlet-0.33.3/eventlet/patcher.py", line 109, in inject module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/threading.py", line 40, 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

Fields

No fields configured for issues without a type.

Projects

Status
Done
Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

  • Open in GitHub Copilot app

Footer

© 2026 GitHub, Inc.