]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Hye-Shik Chang's fix for Bug 875692.
authorKurt B. Kaiser <kbk@shore.net>
Tue, 23 Nov 2004 18:06:08 +0000 (18:06 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Tue, 23 Nov 2004 18:06:08 +0000 (18:06 +0000)
commit4c79a83e0c0cb6c68a63c116857a18307cafd9c9
tree8ad4c701e58032b1d996b992d8ae09fa6488d095
parent8e6f2ded301055b3e8b61018175cd758ec4ad150
Hye-Shik Chang's fix for 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().

M Misc/NEWS
M Python/ceval.c
Misc/NEWS
Python/ceval.c