Commit e4f8a48b authored by Anthony Baxter's avatar Anthony Baxter

969574

parent 9ceaa72e
...@@ -391,6 +391,7 @@ Caolan McNamara ...@@ -391,6 +391,7 @@ Caolan McNamara
Craig McPheeters Craig McPheeters
Lambert Meertens Lambert Meertens
Bill van Melle Bill van Melle
Luke Mewburn
Mike Meyer Mike Meyer
Steven Miale Steven Miale
Trent Mick Trent Mick
......
...@@ -12,6 +12,9 @@ What's New in Python 2.4 beta 1? ...@@ -12,6 +12,9 @@ What's New in Python 2.4 beta 1?
Core and builtins Core and builtins
----------------- -----------------
- Patch #975056: Restartable signals were not correctly disabled on
BSD systems. Consistently use PyOS_setsig() instead of signal().
- The internal portable implementation of thread-local storage (TLS), used - The internal portable implementation of thread-local storage (TLS), used
by the ``PyGILState_Ensure()``/``PyGILState_Release()`` API, was not by the ``PyGILState_Ensure()``/``PyGILState_Release()`` API, was not
thread-correct. This could lead to a variety of problems, up to and thread-correct. This could lead to a variety of problems, up to and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment