]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Python/ceval.c (eval_code): added registry of pending functions
authorGuido van Rossum <guido@python.org>
Wed, 14 Sep 1994 13:31:22 +0000 (13:31 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 14 Sep 1994 13:31:22 +0000 (13:31 +0000)
commita96720907a040a331f4a75c254a6172daa7273e7
tree13604fe12506850cfa4fece575bfd56dac1c7cdc
parentfdef2715503a56aa02716ee4bd0afcd431ba7c25
* Python/ceval.c (eval_code): added registry of pending functions
(to be used by functions that are called asynchronously, like
UNIX signal handlers or Mac I/O completion routines)
Python/ceval.c