mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
markup correction
This commit is contained in:
parent
5d7c06720d
commit
70a30e8c94
1 changed files with 1 additions and 1 deletions
|
@ -1396,7 +1396,7 @@ might be collected by a garbage collection on any thread). This is
|
|||
not a problem for Python API calls, since the thread on which
|
||||
tp_dealloc is called will own the Global Interpreter Lock (GIL).
|
||||
However, if the object being destroyed in turn destroys objects from
|
||||
some other C or C++ library, care should be taken to ensure that
|
||||
some other C or \Cpp{} library, care should be taken to ensure that
|
||||
destroying those objects on the thread which called tp_dealloc will
|
||||
not violate any assumptions of the library.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue