]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102381: don't call watcher callback with dead object (#102382)
authorCarl Meyer <carl@oddbird.net>
Wed, 8 Mar 2023 00:10:58 +0000 (17:10 -0700)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2023 00:10:58 +0000 (17:10 -0700)
commit1e703a473343ed198c9a06a876b25d7d69d4bbd0
tree0ca3e31d0953a8ec475a159e19b5570e104eeefa
parenta33ca2ad1fcf857817cba505a788e15cf9d6ed0c
gh-102381: don't call watcher callback with dead object (#102382)

Co-authored-by: T. Wouters <thomas@python.org>
12 files changed:
Doc/c-api/code.rst
Doc/c-api/dict.rst
Doc/c-api/function.rst
Include/cpython/code.h
Include/cpython/dictobject.h
Include/cpython/funcobject.h
Include/internal/pycore_dict.h
Lib/test/test_capi/test_watchers.py
Modules/_testcapi/watchers.c
Objects/codeobject.c
Objects/dictobject.c
Objects/funcobject.c