Staging
v0.8.1
https://github.com/python/cpython
Revision 4c79a83e0c0cb6c68a63c116857a18307cafd9c9 authored by Kurt B. Kaiser on 23 November 2004, 18:06:08 UTC, committed by Kurt B. Kaiser on 23 November 2004, 18:06:08 UTC
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().

M Misc/NEWS
M Python/ceval.c
1 parent 8e6f2de
History
Tip revision: 4c79a83e0c0cb6c68a63c116857a18307cafd9c9 authored by Kurt B. Kaiser on 23 November 2004, 18:06:08 UTC
Hye-Shik Chang's fix for Bug 875692.
Tip revision: 4c79a83
File Mode Size
Modules
Python
support
Makefile -rw-r--r-- 14.5 KB
README -rw-r--r-- 1.2 KB
pyconfig.h -rw-r--r-- 17.5 KB
sleep.c -rw-r--r-- 866 bytes
unixstuff.c -rw-r--r-- 1.7 KB
unixstuff.h -rw-r--r-- 318 bytes

README

back to top