]> granicus.if.org Git - python/commit
PyGILState_Release(): If we need to delete the TLS entry for this thread,
authorTim Peters <tim.peters@gmail.com>
Sat, 9 Oct 2004 23:55:36 +0000 (23:55 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 9 Oct 2004 23:55:36 +0000 (23:55 +0000)
commit5c14e6498a9ca90f482d9d70c6df92d508aa8ff9
tree5934222e7ac1c27c791e6dd84227655491f65abe
parent2294bfc19d596e6c0d09799e66b07c58979e6889
PyGILState_Release():  If we need to delete the TLS entry for this thread,
that must be done under protection of the GIL, for reasons explained in
new comments.
Python/pystate.c