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 pitrou
Recipients ajaksu2, amaury.forgeotdarc, collinwinter, ezio.melotti, jafo, lemburg, orivej, pitrou, vstinner
Date 2009-05-23.23:09:26
SpamBayes Score 0.0011160005
Marked as misclassified No
Message-id <1243120179.37.0.132701622615.issue1943@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch against py3k. On a 64-bit system, each unicode object
takes 14 bytes less than without the patch (using sys.getsizeof()).
Two to four more bytes could be gained by folding the `state` member in
the two lower bits of `defenc`, but I'm not sure it's worth the trouble.
History
Date User Action Args
2009-05-23 23:09:39pitrousetrecipients: + pitrou, lemburg, collinwinter, jafo, amaury.forgeotdarc, vstinner, ajaksu2, orivej, ezio.melotti
2009-05-23 23:09:39pitrousetmessageid: <1243120179.37.0.132701622615.issue1943@psf.upfronthosting.co.za>
2009-05-23 23:09:36pitroulinkissue1943 messages
2009-05-23 23:09:35pitroucreate