Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hex code in a traceback
#1
What does the hex code in a Python traceback mean?

For example, the following traceback is from accessing an out of bounds list index:

In [19]: c[100]
-------------------------------------------------------------------------
IndexError Traceback (most recent call last)
<ipython-input-18-9a31ea1e1a13> in <module>()
----> 1 c[100]

IndexError: list index out of range

What is "9a31ea1e1a13"?
Reply


Messages In This Thread
Hex code in a traceback - by insearchofanswers87 - Oct-13-2017, 03:36 PM
RE: Hex code in a traceback - by buran - Oct-13-2017, 03:39 PM
RE: Hex code in a traceback - by snippsat - Oct-13-2017, 03:48 PM
RE: Hex code in a traceback - by snippsat - Oct-14-2017, 03:42 PM
RE: Hex code in a traceback - by snippsat - Oct-16-2017, 02:33 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020