]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* mpzmodule.c: cast some methods to the proper type.
authorGuido van Rossum <guido@python.org>
Fri, 17 Dec 1993 12:09:14 +0000 (12:09 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 17 Dec 1993 12:09:14 +0000 (12:09 +0000)
commit67a5fdbcc2d86cda9ee2efb7a97cb458036d6927
tree2a23c03983e370fc5da75f547961f1e0ccc713cf
parentad7324c71fbbb60eb34f7d6fe6b5c3663d114304
* 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().
Modules/mpzmodule.c
Python/ceval.c
Python/traceback.c