mirror of
https://github.com/python/cpython.git
synced 2026-08-04 08:07:43 -04:00
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.