Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ceaa72 commit e4f8a48Copy full SHA for e4f8a48
2 files changed
Misc/ACKS
@@ -391,6 +391,7 @@ Caolan McNamara
391
Craig McPheeters
392
Lambert Meertens
393
Bill van Melle
394
+Luke Mewburn
395
Mike Meyer
396
Steven Miale
397
Trent Mick
Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.4 beta 1?
12
Core and builtins
13
-----------------
14
15
+- Patch #975056: Restartable signals were not correctly disabled on
16
+ BSD systems. Consistently use PyOS_setsig() instead of signal().
17
+
18
- The internal portable implementation of thread-local storage (TLS), used
19
by the ``PyGILState_Ensure()``/``PyGILState_Release()`` API, was not
20
thread-correct. This could lead to a variety of problems, up to and
0 commit comments