]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)
authorCrowthebird <78076854+thatbirdguythatuknownot@users.noreply.github.com>
Mon, 14 Mar 2022 01:23:59 +0000 (09:23 +0800)
committerGitHub <noreply@github.com>
Mon, 14 Mar 2022 01:23:59 +0000 (10:23 +0900)
commit2153daf0a02a598ed5df93f2f224c1ab2a2cca0d
treef7396007503c6ed3ba6b8c824a2c68948f61c2b3
parent690490e4de9f2baf07171b3d63fc440239928fb4
bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)
Misc/ACKS
Misc/NEWS.d/next/Core and Builtins/2022-03-11-09-39-01.bpo-39829.mlW3Su.rst [new file with mode: 0644]
Objects/listobject.c