]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a new API, PyThreadState_DeleteCurrent() that combines
authorGuido van Rossum <guido@python.org>
Tue, 23 Jan 2001 01:46:06 +0000 (01:46 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Jan 2001 01:46:06 +0000 (01:46 +0000)
commit2975786decbe2358b088a6200914d7c0a2818e72
treee9bcc8b20b211af3c525ef997df7081b04413972
parent5f827f4e9b8cd1117c05246abd4ce7971a94c798
Add a new API, PyThreadState_DeleteCurrent() that combines
PyThreadState_Delete() and PyEval_ReleaseLock().  It is only defined
if WITH_THREAD is defined.
Include/pystate.h
Python/pystate.c