]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 10 Mar 2015 21:32:00 +0000 (22:32 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 10 Mar 2015 21:32:00 +0000 (22:32 +0100)
commit323ab6d732075da2011159e037b9a304e567ae64
tree1699876b32f23206262752859edd1bfc965e1ad7
parent32608c1b10f4646c9c3dda5110d52472cca86233
Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.
Misc/NEWS
Objects/tupleobject.c
Objects/typeobject.c