]> granicus.if.org Git - python/commit
Moved PyEval_{Acquire,Release}Thread() to within the same #ifdef
authorGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 19:55:50 +0000 (19:55 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 19:55:50 +0000 (19:55 +0000)
commit9cc8a20cd26102fc8b5f210a0e3fa2a92de193b4
tree9e8b1612fe7c9b7e1e14f54fbc3ec3d957b9c172
parent4c125700d1664aa25ad86fb9b88349ab68210be0
Moved PyEval_{Acquire,Release}Thread() to within the same #ifdef
WITH_THREAD as PyEval_InitThreads().

Removed use of Py_SuppressPrintingFlag.
Python/ceval.c