This commit is contained in:
Anthony Baxter 2004-10-13 14:55:56 +00:00
parent 9ceaa72ebe
commit e4f8a48b8f
2 changed files with 4 additions and 0 deletions

View File

@ -391,6 +391,7 @@ Caolan McNamara
Craig McPheeters
Lambert Meertens
Bill van Melle
Luke Mewburn
Mike Meyer
Steven Miale
Trent Mick

View File

@ -12,6 +12,9 @@ What's New in Python 2.4 beta 1?
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
by the ``PyGILState_Ensure()``/``PyGILState_Release()`` API, was not
thread-correct. This could lead to a variety of problems, up to and