]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (GH-119456)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 May 2024 15:58:34 +0000 (17:58 +0200)
committerGitHub <noreply@github.com>
Thu, 23 May 2024 15:58:34 +0000 (16:58 +0100)
commit251ef2e36f61a1c4b7c628ba9dc38a10a355a058
tree18d6c2bc1c11eb969fc3216b549feb2d67f78b1a
parentdbe4f8a2e8b9751bbe8d0551e55d27267b0bfcde
[3.13] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (GH-119456)
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