mirror of
https://github.com/python/cpython.git
synced 2025-10-29 20:51:26 +00:00
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().
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| macholib | ||
| test | ||
| __init__.py | ||
| _aix.py | ||
| _endian.py | ||
| util.py | ||
| wintypes.py | ||