Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4f8a48

Browse files
committed
969574
1 parent 9ceaa72 commit e4f8a48

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ Caolan McNamara
391391
Craig McPheeters
392392
Lambert Meertens
393393
Bill van Melle
394+
Luke Mewburn
394395
Mike Meyer
395396
Steven Miale
396397
Trent Mick

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ What's New in Python 2.4 beta 1?
1212
Core and builtins
1313
-----------------
1414

15+
- Patch #975056: Restartable signals were not correctly disabled on
16+
BSD systems. Consistently use PyOS_setsig() instead of signal().
17+
1518
- The internal portable implementation of thread-local storage (TLS), used
1619
by the ``PyGILState_Ensure()``/``PyGILState_Release()`` API, was not
1720
thread-correct. This could lead to a variety of problems, up to and

0 commit comments

Comments
 (0)