mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
9d63ae5fe5
Unlikely errors in preparing arguments for ctypes callback are now handled in the same way as errors raised in the callback of in converting the result of the callback -- using sys.unraisablehook() instead of sys.excepthook() and not setting sys.last_exc and other variables.