Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
importtracebacktry:prnt("Hello!")exceptException:traceback.print_exc()
Traceback (mostrecentcalllast):File"/home/seaworth/projects/cpython/t.py",line5,in<module>prnt("Hello!")^^^^NameError:name'prnt'isnotdefined.Didyoumean:'print'?Duringhandlingoftheaboveexception,anotherexceptionoccurred:Traceback (mostrecentcalllast):File"/home/seaworth/projects/cpython/t.py",line7,in<module>traceback.print_exc()File"/home/seaworth/projects/cpython/Lib/traceback.py",line183,inprint_excprint_exception(*sys.exc_info(),limit=limit,file=file,chain=chain)File"/home/seaworth/projects/cpython/Lib/traceback.py",line124,inprint_exceptionte=TracebackException(type(value),value,tb,limit=limit,compact=True)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File"/home/seaworth/projects/cpython/Lib/traceback.py",line716,in__init__suggestion=_compute_suggestion_error(exc_value,exc_traceback,wrong_name)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File"/home/seaworth/projects/cpython/Lib/traceback.py",line1038,in_compute_suggestion_error+list(frame.f_globals['__builtins__'])^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^TypeError:'module'objectisnotiterable
Your environment
Latest revision of CPython