]> granicus.if.org Git - python/commit
In the Unix version, arrange for sigcheck() to be called via
authorGuido van Rossum <guido@python.org>
Tue, 21 Jan 1997 06:00:33 +0000 (06:00 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 21 Jan 1997 06:00:33 +0000 (06:00 +0000)
commitad74fa66747020e6ed0c70a5a649cf9cb007179d
tree8f275ecdea554c9ecae71ea0c03537a018021392
parent1aa14838d24ae37df51c24cddbb013c1d356ed60
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.
Parser/intrcheck.c