[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.157, 1.831.4.158

doko at users.sourceforge.net doko at users.sourceforge.net
Wed Dec 1 08:37:00 CET 2004


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Taken from 2.4/HEAD:

- Bug #875692: Improve signal handling, especially when using threads, by
  forcing an early re-execution of PyEval_EvalFrame() "periodic" code when
  things_to_do is not cleared by Py_MakePendingCalls().


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.157
retrieving revision 1.831.4.158
diff -u -d -r1.831.4.157 -r1.831.4.158
--- NEWS	31 Oct 2004 00:13:05 -0000	1.831.4.157
+++ NEWS	1 Dec 2004 07:36:56 -0000	1.831.4.158
@@ -36,6 +36,10 @@
 
 - Bug #845802: Python crashed when __init__.py is a directory.
 
+- Bug #875692: Improve signal handling, especially when using threads, by
+  forcing an early re-execution of PyEval_EvalFrame() "periodic" code when
+  things_to_do is not cleared by Py_MakePendingCalls().
+
 Extension modules
 -----------------
 



More information about the Python-checkins mailing list