| commit | 5c14e6498a9ca90f482d9d70c6df92d508aa8ff9 | [log] [tgz] |
|---|---|---|
| author | Tim Peters <tim.peters@gmail.com> | Sat Oct 09 23:55:36 2004 +0000 |
| committer | Tim Peters <tim.peters@gmail.com> | Sat Oct 09 23:55:36 2004 +0000 |
| tree | 5934222e7ac1c27c791e6dd84227655491f65abe | |
| parent | 2294bfc19d596e6c0d09799e66b07c58979e6889 [diff] |
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.