summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-03-02 14:23:20 (GMT)
committerGuido van Rossum <guido@python.org>1994-03-02 14:23:20 (GMT)
commit5e334d9823549b78cdaeb528af255c1a88419651 (patch)
tree498d2323f33efaccc416f7938f7c29e921720901
parentf18a4f4565a1043b890c60bcea859a41473dcb9e (diff)
downloadcpython-5e334d9823549b78cdaeb528af255c1a88419651.zip
cpython-5e334d9823549b78cdaeb528af255c1a88419651.tar.gz
cpython-5e334d9823549b78cdaeb528af255c1a88419651.tar.bz2
ceval.c mod
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9de5a32..a48286d 100644
--- 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__)