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 vstinner
Recipients pitrou, python-dev, schwab, serhiy.storchaka, skrah, vstinner
Date 2014-03-24.08:16:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbj204_Sgvsdfe9+DTkhy4766Sdj7BL1a1_eQVKji6h8A@mail.gmail.com>
In-reply-to <1395617402.2309.5.camel@fsol>
Content
2014-03-24 0:30 GMT+01:00 Antoine Pitrou <report@bugs.python.org>:
>> What is the size of the PyASCIIObject on x86/x64 with and without the
>> patch?
>
> Haven't tried on x86, but on x86-64 it's the same. If it changes it will
> probably get detected by the sys.getsizeof() tests.

test_sys has been modified:

-        asciifields = "nnbP"
+        asciifields = "nn4bP"

It would like to know if objects are bigger with the change or not.
History
Date User Action Args
2014-03-24 08:16:32vstinnersetrecipients: + vstinner, pitrou, skrah, python-dev, serhiy.storchaka, schwab
2014-03-24 08:16:32vstinnerlinkissue19537 messages
2014-03-24 08:16:32vstinnercreate