]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (#127605)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Dec 2024 11:21:07 +0000 (12:21 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2024 11:21:07 +0000 (12:21 +0100)
commit0964f9f1847bcbe90345eeafd65813d06db4ba3b
tree4b89e6ee4dbc609cab86cbb86d22822c52b406b0
parent487a51a1b981211c091caa2026da81cc0df7096c
[3.12] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (#127605)

GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220)
(cherry picked from commit 406ffb5293a8c9ca315bf63de1ee36a9b33f9aaf)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Lib/test/test_long.py
Misc/NEWS.d/next/Core and Builtins/2024-03-25-15-07-01.gh-issue-117195.OWakgD.rst [new file with mode: 0644]
Objects/typeobject.c