]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139924: Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function watchers...
authorDino Viehland <dinoviehland@meta.com>
Fri, 10 Oct 2025 22:25:38 +0000 (15:25 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Oct 2025 22:25:38 +0000 (15:25 -0700)
commitff7bb565d836162eed0851c36afa325a107a5a56
tree6a8ff3c48e1f7709b02cf4efd9da72f6d540c1ab
parentd9b4eef71e7904fbe3a3786a908e493be7debbff
gh-139924: Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function watchers (#139925)

Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function watchers
Doc/c-api/function.rst
Include/cpython/funcobject.h
Lib/test/test_capi/test_watchers.py
Misc/NEWS.d/next/C_API/2025-10-10-20-59-07.gh-issue-139924.ALByCb.rst [new file with mode: 0644]
Objects/funcobject.c