mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
10228bad04
If ctypes fails to convert the result of a callback or if a ctypes callback function raises an exception, sys.unraisablehook is now called with an exception set. Previously, the error was logged into stderr by PyErr_Print().