bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)
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().
V
Victor Stinner committed
10228bad0452d94e66c964b625a0b61befa08e59
Parent: e80697d
Committed by GitHub <noreply@github.com>
on 5/27/2020, 10:38:12 PM