-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Closed as not planned
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
Simple reproducer (real-world bug report is a bit more complex):
import threading
def use_cf():
import concurrent.futures.thread
def main():
t = threading.Thread(target=use_cf)
t.start()
if __name__ == "__main__":
main()
CPython versions tested on:
3.10, 3.11, 3.12, 3.13
Operating systems tested on:
No response
Metadata
Metadata
Assignees
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done