[Python-checkins] python/dist/src/Doc/api newtypes.tex,1.29,1.30
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Mon Feb 16 23:17:39 EST 2004
Update of /cvsroot/python/python/dist/src/Doc/api
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22366
Modified Files:
newtypes.tex
Log Message:
markup correction
Index: newtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/newtypes.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** newtypes.tex 15 Feb 2004 21:01:17 -0000 1.29
--- newtypes.tex 17 Feb 2004 04:17:36 -0000 1.30
***************
*** 1397,1401 ****
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
destroying those objects on the thread which called tp_dealloc will
not violate any assumptions of the library.
--- 1397,1401 ----
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 \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.
More information about the Python-checkins
mailing list