9e9a6e9ebd
These are new and part of the stable API as of v3.12.0a6. PyErr_Fetch(), PyErr_Restore(), and PyErr_NormalizeException() were simultaneously deprecated in favor of these. python/cpython@feec49c407
109 B
109 B
Add PyErr_GetRaisedException()
, PyErr_SetRaisedException()
to FFI definitions for Python 3.12 and later.