commit | ad74fa66747020e6ed0c70a5a649cf9cb007179d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jan 21 06:00:33 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jan 21 06:00:33 1997 +0000 |
tree | 8f275ecdea554c9ecae71ea0c03537a018021392 | |
parent | 1aa14838d24ae37df51c24cddbb013c1d356ed60 [diff] |
In the Unix version, arrange for sigcheck() to be called via Py_AddPendingCall(). This avoids having to call sigcheck() in the ticker code in ceval.c's main interpreter loop.