]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a bunch of GIL release/acquire points in tp_print implementations and for
authorBrett Cannon <bcannon@gmail.com>
Mon, 17 Sep 2007 03:28:34 +0000 (03:28 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 17 Sep 2007 03:28:34 +0000 (03:28 +0000)
commit0153159e67bf4247c4402a1a6e717819372c9337
treeef58a6813bfb4011b0cd542f250f292f8cba8076
parentd36a60e1e3410450d337d4de732e127e48a6a042
Add a bunch of GIL release/acquire points in tp_print implementations and for
PyObject_Print().

Closes issue #1164.
13 files changed:
Misc/NEWS
Modules/_collectionsmodule.c
Objects/boolobject.c
Objects/complexobject.c
Objects/dictobject.c
Objects/fileobject.c
Objects/floatobject.c
Objects/intobject.c
Objects/listobject.c
Objects/object.c
Objects/setobject.c
Objects/stringobject.c
Objects/tupleobject.c