8000 Add a TODO. · python/cpython@678cb3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 678cb3b

Browse files
Add a TODO.
1 parent 70c4753 commit 678cb3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/threading.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,6 +1621,7 @@ def main_thread():
16211621
In normal conditions, the main thread is the thread from which the
16221622
Python interpreter was started.
16231623
"""
1624+
# XXX Figure this out for subinterpreters. (See gh-75698.)
16241625
return _main_thread
16251626

16261627
# get thread-local implementation, either from the thread

0 commit comments

Comments
 (0)
0