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 BreamoreBoy, Rhamphoryncus, ajaksu2, amaury.forgeotdarc, benjamin.peterson, collinwinter, eric.smith, ezio.melotti, ferringb, gvanrossum, jafo, jimjjewett, lemburg, mark.dickinson, orivej, pitrou, rhettinger, terry.reedy, vstinner
Date 2011-09-29.20:03:47
SpamBayes Score 2.0629614e-07
Marked as misclassified No
Message-id <1317326627.83.0.21763814422.issue1943@psf.upfronthosting.co.za>
In-reply-to
Content
The PEP 393 is based on the idea proposed in this issue (use only one memory block, not two), but also enhanced it to reduce more the memory using other technics:

 - use a different character type depending on the maximum character,
 - use a shorter structure for ASCII only strings

The PEP 393 has been accepted and merged into Python 3.3. So I consider this issue as done.
History
Date User Action Args
2011-09-29 20:03:48vstinnersetrecipients: + vstinner, lemburg, gvanrossum, collinwinter, rhettinger, terry.reedy, jafo, jimjjewett, amaury.forgeotdarc, mark.dickinson, Rhamphoryncus, pitrou, eric.smith, ferringb, ajaksu2, benjamin.peterson, orivej, ezio.melotti, BreamoreBoy
2011-09-29 20:03:47vstinnersetmessageid: <1317326627.83.0.21763814422.issue1943@psf.upfronthosting.co.za>
2011-09-29 20:03:47vstinnerlinkissue1943 messages
2011-09-29 20:03:47vstinnercreate