[issue14422] Pack PyASCIIObject fields to reduce memory consumption of pure ASCII strings

Martin v. Löwis report at bugs.python.org
Tue Mar 27 16:43:17 CEST 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

-1. Using packed structures may violate all kinds of expectations in extension modules. I consider it important that the data block of a string is well-aligned.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14422>
_______________________________________


More information about the Python-bugs-list mailing list