This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients benjamin.peterson, fweimer, gregory.p.smith, methane, nascheme, pitrou, skrah, tgrigg, twouters, vstinner
Date 2019-05-14.10:18:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557829128.52.0.968432777641.issue27987@roundup.psfhosted.org>
In-reply-to
Content
yes.  sys.getsizeof(3.14) is 24.  And it becomes 32 byte in 16byte aligned pymalloc. (+33%)

FYI, jemalloc has 8, 16, 32 size classes, but no 24 too.
http://jemalloc.net/jemalloc.3.html#size_classes
History
Date User Action Args
2019-05-14 10:18:48methanesetrecipients: + methane, twouters, nascheme, gregory.p.smith, pitrou, vstinner, benjamin.peterson, skrah, fweimer, tgrigg
2019-05-14 10:18:48methanesetmessageid: <1557829128.52.0.968432777641.issue27987@roundup.psfhosted.org>
2019-05-14 10:18:48methanelinkissue27987 messages
2019-05-14 10:18:48methanecreate