]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge rev 42607 from the trunk.
authorTim Peters <tim.peters@gmail.com>
Mon, 27 Feb 2006 17:47:02 +0000 (17:47 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 27 Feb 2006 17:47:02 +0000 (17:47 +0000)
commit91e742fb6bb59c5a787f4b8a2584fdab4d82dd73
tree310d622d09fd0cb9baa2646fe5ec43c8a4ac028b
parent05b92543cdec96583d8bd7b1ff867fcdee3ecebf
Merge rev 42607 from the trunk.

Patch 1413181, by Gabriel Becedillas.

PyThreadState_Delete():  if the auto-GIL-state machinery knows about
the thread state, forget it (since the thread state is being deleted,
continuing to remember it can't help, but can hurt if another thread
happens to get created with the same thread id).
Misc/NEWS
Python/pystate.c