We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097c563 commit 859897dCopy full SHA for 859897d
Doc/c-api/init.rst
@@ -1016,9 +1016,7 @@ code, or when embedding the Python interpreter:
1016
this structure.
1017
1018
Threads belonging to different interpreters initially share nothing, except
1019
- process state like available memory, open file descriptors and such. The global
1020
- interpreter lock is also shared by all threads, regardless of to which
1021
- interpreter they belong.
+ process state like available memory, open file descriptors and such.
1022
1023
1024
.. c:type:: PyThreadState
0 commit comments