]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91053: Add an optional callback that is invoked whenever a function is modified...
authormpage <mpage@cs.stanford.edu>
Tue, 22 Nov 2022 12:06:44 +0000 (04:06 -0800)
committerGitHub <noreply@github.com>
Tue, 22 Nov 2022 12:06:44 +0000 (13:06 +0100)
commit3db0a21f731cec28a89f7495a82ee2670bce75fe
tree4a4cc72b265076d18d9dd4ec22d9e5013425cffc
parent20d9749a0f9b9fa6946019f04a54b6287d16588e
gh-91053: Add an optional callback that is invoked whenever a function is modified (#98175)
Doc/c-api/function.rst
Include/cpython/funcobject.h
Include/internal/pycore_function.h
Include/internal/pycore_interp.h
Lib/test/test_capi/test_watchers.py
Misc/NEWS.d/next/Core and Builtins/2022-10-05-11-44-52.gh-issue-91053.f5Bo3p.rst [new file with mode: 0644]
Modules/_testcapi/watchers.c
Objects/funcobject.c
Python/pystate.c