
#316 Python 3.11 is here and it's fast (crossover)
Python Bytes
00:00
The New Fine Grained Error Locations and Trace Backs
Pablo: We have error locations and trace backs. This will save people being into buggers or rewriting their code with tons of print statements to figure out what's going on. The idea is that, you know, we started information in code objects. So when duration exception, we say, what is the instruction that is raised this exception? And then once we know which is instruction that raised exception, then we go and say, okay with this, here is the position where it came from.
Transcript
Play full episode