ceval.c mod

This commit is contained in:
Guido van Rossum 1994-03-02 14:23:20 +00:00
parent f18a4f4565
commit 5e334d9823
1 changed files with 3 additions and 0 deletions

View File

@ -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__)