commit | 67a5fdbcc2d86cda9ee2efb7a97cb458036d6927 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Dec 17 12:09:14 1993 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Dec 17 12:09:14 1993 +0000 |
tree | 2a23c03983e370fc5da75f547961f1e0ccc713cf | |
parent | ad7324c71fbbb60eb34f7d6fe6b5c3663d114304 [diff] |
* mpzmodule.c: cast some methods to the proper type. * traceback.c (tb_print): use sys.tracebacklimit as a maximum number of traceback entries to print (default 1000). * ceval.c (printtraceback): Don't print stack trace header -- this is now done by tb_print().