[issue14814] Implement PEP 3144 (the ipaddress module)

Nick Coghlan report at bugs.python.org
Sat Jul 7 17:20:40 CEST 2012


Nick Coghlan <ncoghlan at gmail.com> added the comment:

FWIW, if we *were* going to micro-optimise ipaddress, one of the first places I'd start is using __slots__ to try to bring the instance size down (since any application using the module is likely to end up creating a *lot* of these objects). There are more significant things to worry about at this stage, though.

----------

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


More information about the Python-bugs-list mailing list