Files
cpython/Python/thread.c
Armin Rigo 512f2eee1b Backported thread fixes from 2.4 (by mostly copying pystate.c over from 2.4):
* using malloc() and free() directly, as explained in the new comment
* coding style in the PyGILState_*() functions
* the recent destroy-tstate-without-holding-the-GIL bug
* lock fixes and many more comments in thread.c
2004-11-09 15:35:23 +00:00

8.3 KiB