]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)
authorMark Shannon <mark@hotpy.org>
Wed, 9 Aug 2023 08:30:50 +0000 (09:30 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Aug 2023 08:30:50 +0000 (09:30 +0100)
commit52fbcf61b5a70993c2d32332ff0ad9f369d968d3
tree1b6112302fb001276acbffc7d29644b3f2611810
parent2fb484e62518d15fc9a19565c2ab096bd741219a
GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)
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