Staging
v0.5.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
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.5 KB
LICENSE -rw-r--r-- 12.9 KB
Makefile.pre.in -rw-r--r-- 31.6 KB
README -rw-r--r-- 48.3 KB
aclocal.m4 -rw-r--r-- 2.1 KB
configure -rwxr-xr-x 571.7 KB
configure.in -rw-r--r-- 84.8 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 23.8 KB
setup.py -rw-r--r-- 51.2 KB

README

back to top