Commit 70a30e8c authored by Fred Drake's avatar Fred Drake

markup correction

parent 5d7c0672
...@@ -1396,7 +1396,7 @@ might be collected by a garbage collection on any thread). This is ...@@ -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 not a problem for Python API calls, since the thread on which
tp_dealloc is called will own the Global Interpreter Lock (GIL). tp_dealloc is called will own the Global Interpreter Lock (GIL).
However, if the object being destroyed in turn destroys objects from 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 destroying those objects on the thread which called tp_dealloc will
not violate any assumptions of the library. not violate any assumptions of the library.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment