]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 11 Aug 2023 09:58:27 +0000 (02:58 -0700)
committerGitHub <noreply@github.com>
Fri, 11 Aug 2023 09:58:27 +0000 (11:58 +0200)
commitddca26188d7828ecb762213f4b9c15d44b6048cc
treef672d02823b3e9e0530cd2a201bcf44837aff7d5
parent7853c769067699c79c0d4fe4967e9d8f8b8b0a5e
[3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725) (#107802)

GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)
(cherry picked from commit 52fbcf61b5a70993c2d32332ff0ad9f369d968d3)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Include/internal/pycore_instruments.h
Lib/test/test_monitoring.py
Misc/NEWS.d/next/Core and Builtins/2023-08-04-21-25-26.gh-issue-107724.EbBXMr.rst [new file with mode: 0644]
Python/ceval.c
Python/instrumentation.c
Python/legacy_tracing.c