
#316 Python 3.11 is here and it's fast (crossover)
Python Bytes
00:00
Zero Cost Exceptions
GitHub has added a feature that lets you jump over exception handlers without jumping. The code is asymptotically approaching zero, so it's nice to be able to do this in the beginning of the functions and bytecode block. It also helps with caches and all that because now there isn't an exception handler to jump over if there's no exception.
Transcript
Play full episode