mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
a486054b24
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.
Miscellaneous source files for the main Python shared library