]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #22193: Fixed integer overflow error in sys.getsizeof().
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 15 Nov 2014 11:22:27 +0000 (13:22 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 15 Nov 2014 11:22:27 +0000 (13:22 +0200)
Fixed an error in _PySys_GetSizeOf declaration.

1  2 
Lib/test/test_sys.py

Simple merge