From: Guido van Rossum Date: Wed, 2 Mar 1994 14:23:20 +0000 (+0000) Subject: ceval.c mod X-Git-Tag: v1.0.2~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e334d9823549b78cdaeb528af255c1a88419651;p=thirdparty%2FPython%2Fcpython.git ceval.c mod --- diff --git a/ChangeLog b/ChangeLog index 9de5a322fdf0..a48286dfef0f 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__)