cpython/Misc/NEWS.d/next/Library/2020-05-27-17-00-18.bpo-407...

5 lines
255 B
ReStructuredText

:mod:`ctypes` module: 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 :c:func:`PyErr_Print`.