]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220)
authorMark Shannon <mark@hotpy.org>
Thu, 23 May 2024 10:06:10 +0000 (11:06 +0100)
committerGitHub <noreply@github.com>
Thu, 23 May 2024 10:06:10 +0000 (11:06 +0100)
commit406ffb5293a8c9ca315bf63de1ee36a9b33f9aaf
tree8ddbaba9cbd394a1d3b84723bbfec4a38149d178
parentc85e3526736d1cf8226686fdf4f5117e105a7b13
GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220)
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