commit | 9cc8a20cd26102fc8b5f210a0e3fa2a92de193b4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Jul 19 19:55:50 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Jul 19 19:55:50 1997 +0000 |
tree | 9e8b1612fe7c9b7e1e14f54fbc3ec3d957b9c172 | |
parent | 4c125700d1664aa25ad86fb9b88349ab68210be0 [diff] |
Moved PyEval_{Acquire,Release}Thread() to within the same #ifdef WITH_THREAD as PyEval_InitThreads(). Removed use of Py_SuppressPrintingFlag.