commit | 2528b19a86ed8d3ed26114c414a7a312fa85e72d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jan 23 01:47:18 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jan 23 01:47:18 2001 +0000 |
tree | bd931674aa0d2fc306046c0e97669ac1b35f45da | |
parent | 2975786decbe2358b088a6200914d7c0a2818e72 [diff] |
Use PyThreadState_DeleteCurrent() instead of PyThreadState_Delete() and PyEval_ReleaseThread(). This fixes SF bug #125673 PyThreadState_Delete: invalid tstate (Unix only?).