]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-152405: Do not expose the internal mapping when rich-comparing `MappingProx...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Jul 2026 19:42:00 +0000 (21:42 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Jul 2026 19:42:00 +0000 (19:42 +0000)
commitb772f4d1a62f14fce72193581f1e5e32252d8fed
treec5bd142006b761e837e4b824ec01c9a00d6b5e40
parent9efded46646ae25de8e8c6fdef85f2f7d188dfd3
[3.15] gh-152405: Do not expose the internal mapping when rich-comparing `MappingProxyType` objects (GH-152483) (#153670)

gh-152405: Do not expose the internal mapping when rich-comparing `MappingProxyType` objects (GH-152483)
(cherry picked from commit 701a7c5408f689b26c46ed7ed13879375fa82959)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test_types.py
Misc/NEWS.d/next/Core_and_Builtins/2026-06-28-14-39-05.gh-issue-152405.-_3YRo.rst [new file with mode: 0644]
Objects/descrobject.c