mirror of https://github.com/python/cpython
Browse Source
Remove the private _PyErr_OCCURRED() macro: use the public PyErr_Occurred() function instead. CPython internals must use the internal _PyErr_Occurred(tstate) function instead: it is the most efficient way to check if an exception was raised.pull/24583/head
committed by
GitHub
3 changed files with 3 additions and 7 deletions
Loading…
Reference in new issue