mirror of
https://github.com/python/cpython.git
synced 2026-08-08 16:21:45 +08:00
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