mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
find_key(): This routine wasn't thread-correct, and accounts for the
release-build failures noted in bug 1041645. This is a critical bugfix. I'm not going to backport it, though (no time).
This commit is contained in:
parent
5c14e6498a
commit
263091e388
2 changed files with 22 additions and 5 deletions
|
@ -12,6 +12,11 @@ What's New in Python 2.4 beta 1?
|
|||
Core and builtins
|
||||
-----------------
|
||||
|
||||
- The internal portable implementation of thread-local storage (TLS), used
|
||||
by the ``PyGILState_Ensure()``/``PyGILState_Release()`` API, was not
|
||||
thread-correct. This could lead to a variety of problems, up to and
|
||||
including segfaults. See bug 1041645 for an example.
|
||||
|
||||
- Added a command line option, -m module, which searches sys.path for the
|
||||
module and then runs it. (Contributed by Nick Coghlan.)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue