mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Updated to pybench 2.0.
See svn.python.org/external/pybench-2.0 for the original import of that version. Note that platform.py was not copied over from pybench-2.0 since it is already part of Python 2.5.
This commit is contained in:
parent
ef7fe5f228
commit
7d9743dd6a
20 changed files with 1240 additions and 649 deletions
|
|
@ -358,7 +358,7 @@ class Application:
|
|||
|
||||
except self.InternalError:
|
||||
print
|
||||
print '* Internal Error'
|
||||
print '* Internal Error (use --debug to display the traceback)'
|
||||
if self.debug:
|
||||
print
|
||||
traceback.print_exc(20, sys.stdout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue