Allow a Python exception to be raised without throwing for improved performance by mosra · Pull Request #1853 · pybind/pybind11
While probably not a big deal in general code, this patch might result in significant speedups in critical code paths, such as raising an IndexError in __getitem__() implementations to stop iterati...