]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#107876)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Aug 2023 09:58:54 +0000 (02:58 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 09:58:54 +0000 (11:58 +0200)
commit00bfed7cba3f2d66a1534f9f088ddf68abbf0d3f
treec27c18b37c798401fd55f33468bed26e91d0c875
parentf0a583b6fbc9a4b2f9358c8426110a5c1f7948a3
[3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#107876)

* gh-91051: fix segfault when using all 8 type watchers (GH-107853)
(cherry picked from commit 66e4edd7346b1cd65ddff6da890a0d725e325116)

Co-authored-by: Carl Meyer <carl@oddbird.net>
Doc/c-api/typeobj.rst
Doc/data/python3.12.abi
Doc/includes/typestruct.h
Include/cpython/object.h
Lib/test/test_capi/test_watchers.py
Misc/NEWS.d/next/Core and Builtins/2023-08-10-17-36-27.gh-issue-91051.LfaeNW.rst [new file with mode: 0644]