commit | 70d44787a366e8c72d4dc3e0537e92c47f63a75b | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jan 21 06:15:24 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jan 21 06:15:24 1997 +0000 |
tree | 2a48f1a6922b8e005c017321eab7b8d636b8ab6f | |
parent | fcdd0e40a45d0897ea363e590716cba6fd1834d5 [diff] |
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 ;-).