[Python-checkins] python/dist/src/Misc ACKS, 1.283, 1.284 NEWS, 1.1160, 1.1161

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Wed Oct 13 16:56:00 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29208/Misc

Modified Files:
	ACKS NEWS 
Log Message:
969574

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -d -r1.283 -r1.284
--- ACKS	18 Sep 2004 09:03:49 -0000	1.283
+++ ACKS	13 Oct 2004 14:55:56 -0000	1.284
@@ -391,6 +391,7 @@
 Craig McPheeters
 Lambert Meertens
 Bill van Melle
+Luke Mewburn
 Mike Meyer
 Steven Miale
 Trent Mick

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1160
retrieving revision 1.1161
diff -u -d -r1.1160 -r1.1161
--- NEWS	12 Oct 2004 15:32:10 -0000	1.1160
+++ NEWS	13 Oct 2004 14:55:56 -0000	1.1161
@@ -12,6 +12,9 @@
 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



More information about the Python-checkins mailing list