]> granicus.if.org Git - python/commit
Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 10 Mar 2015 21:35:24 +0000 (22:35 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 10 Mar 2015 21:35:24 +0000 (22:35 +0100)
commit63afdaa1105de24e87658e82de314a37d341f02b
treef9795c023e2737feb82f974f351beff0b665d87d
parent12541dc22ef3bbc2469b910eeb8daa4cd5675873
parenta654510150cb738b61033c32e30bd4be9f0ed6ed
Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.
Lib/test/test_buffer.py
Lib/test/test_sys.py
Misc/NEWS
Objects/bytesobject.c
Objects/tupleobject.c
Objects/typeobject.c