[Python-ideas] RFC: PEP: Add dict.__version__
Barry Warsaw
barry at python.org
Mon Jan 11 22:04:12 EST 2016
On Jan 09, 2016, at 10:58 AM, Victor Stinner wrote:
>IMHO adding 8 bytes per dict is worth it.
I'm not so sure. There are already platforms where Python is unfeasible to
generally use (e.g. some mobile devices) at least in part because of memory
footprint. Dicts are used everywhere so think about the kind of impact adding
8 bytes to every dict in an application running on such systems will have.
Cheers,
-Barry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20160111/ce468e5d/attachment-0001.sig>
More information about the Python-ideas
mailing list