]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
ceval.c mod
authorGuido van Rossum <guido@python.org>
Wed, 2 Mar 1994 14:23:20 +0000 (14:23 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 2 Mar 1994 14:23:20 +0000 (14:23 +0000)
ChangeLog

index 9de5a322fdf03f39821b49306ff7daf217dbc7d2..a48286dfef0f36aa8006c02ce289c5bf45cc1b54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Wed Mar  2 10:33:39 1994  Guido van Rossum  (guido@voorn.cwi.nl)
 
+       * Python/ceval.c (eval_code): use sys.check_interval to reset the
+       ticker
+
        * Lib/repr.py: added special case for class instances (which may
        cause exceptions in their __repr__)