]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Only call sigcheck() at the ticker code if we don't have true signals.
authorGuido van Rossum <guido@python.org>
Tue, 21 Jan 1997 06:15:24 +0000 (06:15 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 21 Jan 1997 06:15:24 +0000 (06:15 +0000)
commit70d44787a366e8c72d4dc3e0537e92c47f63a75b
tree2a48f1a6922b8e005c017321eab7b8d636b8ab6f
parentfcdd0e40a45d0897ea363e590716cba6fd1834d5
Only call sigcheck() at the ticker code if we don't have true signals.
This is safe now that both intrcheck() and signalmodule.c schedule a
sigcheck() call via Py_AddPendingCall().

This gives another 7% speedup (never run such a test twice ;-).
Python/ceval.c