]> 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)
commita654510150cb738b61033c32e30bd4be9f0ed6ed
tree78cc513f9f908489c3345a782e1bbe2090e8209e
parentebb8c2d528e07df71c345826fc1290327b1e369e
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