aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Modules/_sqlite/statement.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2025-01-31 15:30:19 +0200
committerGitHub <noreply@github.com>2025-01-31 15:30:19 +0200
commit9d63ae5fe52d95059ab1bcd4cbb1f9e17033c897 (patch)
tree84f041981a5ccfa0bf098c6fe339644d732ee077 /Modules/_sqlite/statement.c
parent3447f4a56a71a4017e55d8f46160a63f111ec373 (diff)
downloadcpython-9d63ae5fe52d95059ab1bcd4cbb1f9e17033c897.tar.gz
cpython-9d63ae5fe52d95059ab1bcd4cbb1f9e17033c897.zip
gh-129502: Fix handling errors in ctypes callbacks (GH-129504)
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.
Diffstat (limited to 'Modules/_sqlite/statement.c')
0 files changed, 0 insertions, 0 deletions