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 pitrou
Recipients ncoghlan, pitrou, pmoody
Date 2014-05-12.18:24:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Here is a patch to optimize ipv4 netmask parsing by maintaining a cache (there are not many valid ipv4 netmask representations). This should be especially useful with #16531.
History
Date User Action Args
2014-05-12 18:24:46pitrousetrecipients: + pitrou, ncoghlan, pmoody
2014-05-12 18:24:45pitrousetmessageid: <[email protected]>
2014-05-12 18:24:45pitroulinkissue21486 messages
2014-05-12 18:24:45pitroucreate