]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148274: properly handle result from `PyObject_VisitManagedDict` (GH-148275...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 9 Apr 2026 13:49:09 +0000 (15:49 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Apr 2026 13:49:09 +0000 (13:49 +0000)
commitbb78ec8fa85a6699db600bbcf30117686b67cea1
treeebcfa56823f07ad5b094e551d5945d909283bfd1
parent571c337a5dd80e4dabc8fe0e92003d77b583665d
[3.14] gh-148274: properly handle result from `PyObject_VisitManagedDict` (GH-148275) (#148295)

gh-148274: properly handle result from `PyObject_VisitManagedDict` (GH-148275)
(cherry picked from commit ee2775cfae6bce18541e18797b67e09f2d12f72b)

Co-authored-by: Max Bachmann <kontakt@maxbachmann.de>
Modules/_asynciomodule.c
Modules/_testcapimodule.c
Objects/typevarobject.c