]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145118: Add `frozendict` support to `type()` (#145124)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Mon, 2 Mar 2026 19:45:03 +0000 (19:45 +0000)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2026 19:45:03 +0000 (20:45 +0100)
commitf8d2f9fe67f8ab279cf7c5f6fa6a4feb588ce8f0
tree95cbb3303c15ede88e17dc62b1ef8d4dc5b1df7e
parent592e8f0865cfd5af65fbcdbd185c3dd576c838e7
gh-145118: Add `frozendict` support to `type()` (#145124)
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-22-19-05-03.gh-issue-145118.bU6Sic.rst [new file with mode: 0644]
Objects/typeobject.c