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 a761c4a commit de122f5Copy full SHA for de122f5
Doc/c-api/typeobj.rst
@@ -689,7 +689,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
689
object becomes part of a refcount cycle, that cycle might be collected by
690
a garbage collection on any thread). This is not a problem for Python
691
API calls, since the thread on which :c:member:`!tp_dealloc` is called
692
- will own the Global Interpreter Lock (GIL). However, if the object being
+ with an active :term:`thread state`. However, if the object being
693
destroyed in turn destroys objects from some other C or C++ library, care
694
should be taken to ensure that destroying those objects on the thread
695
which called :c:member:`!tp_dealloc` will not violate any assumptions of
0 commit comments