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

README

back to top