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 ncoghlan
Recipients Ramchandra Apte, amak, eric.araujo, ezio.melotti, georg.brandl, giampaolo.rodola, hynek, ncoghlan, pmoody, python-dev, sandro.tosi, serhiy.storchaka, terry.reedy, tshepang
Date 2012-07-07.15:20:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341674440.9.0.409408783953.issue14814@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-07-07 15:20:40ncoghlansetrecipients: + ncoghlan, georg.brandl, terry.reedy, giampaolo.rodola, amak, ezio.melotti, eric.araujo, pmoody, sandro.tosi, tshepang, python-dev, Ramchandra Apte, hynek, serhiy.storchaka
2012-07-07 15:20:40ncoghlansetmessageid: <1341674440.9.0.409408783953.issue14814@psf.upfronthosting.co.za>
2012-07-07 15:20:40ncoghlanlinkissue14814 messages
2012-07-07 15:20:40ncoghlancreate