[issue14814] Implement PEP 3144 (the ipaddress module)

Nick Coghlan report at bugs.python.org
Sat Jul 7 17:12:28 CEST 2012


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

My guess would be that they're intended as a micro-optimisation (instance lookups should be faster than class attribute lookups). You do lose on the memory front though, since they make the instances bigger.

Without a micro benchmark of any kind, I'm not inclined to mess with them at this point.

----------

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


More information about the Python-bugs-list mailing list