]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140232: Do not track frozenset objects with immutables (#140234)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Wed, 28 Jan 2026 10:27:37 +0000 (11:27 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Jan 2026 10:27:37 +0000 (11:27 +0100)
commit08d7bd28fecca524c648dda240022add704b8f8a
treeba7991560334a7ea93450517883a53ba1ed108af
parent1a637b29aa1d1e96a5be14f520160caf04e8ee16
gh-140232: Do not track frozenset objects with immutables (#140234)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Mikhail Efimov <efimov.mikhail@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_capi/test_set.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core_and_Builtins/2025-10-16-22-36-05.gh-issue-140232.u3srgv.rst [new file with mode: 0644]
Modules/_testlimitedcapi/set.c
Objects/setobject.c