diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-05-23 15:58:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 15:58:34 (GMT) |
commit | 251ef2e36f61a1c4b7c628ba9dc38a10a355a058 (patch) | |
tree | 18d6c2bc1c11eb969fc3216b549feb2d67f78b1a /Misc | |
parent | dbe4f8a2e8b9751bbe8d0551e55d27267b0bfcde (diff) | |
download | cpython-251ef2e36f61a1c4b7c628ba9dc38a10a355a058.zip cpython-251ef2e36f61a1c4b7c628ba9dc38a10a355a058.tar.gz cpython-251ef2e36f61a1c4b7c628ba9dc38a10a355a058.tar.bz2 |
[3.13] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (GH-119456)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2024-03-25-15-07-01.gh-issue-117195.OWakgD.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-03-25-15-07-01.gh-issue-117195.OWakgD.rst b/Misc/NEWS.d/next/Core and Builtins/2024-03-25-15-07-01.gh-issue-117195.OWakgD.rst new file mode 100644 index 0000000..ae1e5ac --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2024-03-25-15-07-01.gh-issue-117195.OWakgD.rst @@ -0,0 +1,2 @@ +Avoid assertion failure for debug builds when calling +``object.__sizeof__(1)`` |