New submission from Alexander Finkel:

I encountered a performance problem using the ipaddr library to merge over 
10000 network addresses. I sent a patch upstream to fix it, and that patch has 
been merged:
https://github.com/google/ipaddr-py/commit/6504b47a02739e853043f0a184f3c39462293e5c

Since ipaddr is also included in the standard lib of Python 3 (I think since 
version 3.3?) and above, I'd like to ask that this patch be considered for 
committing here too.

Background on including ipaddr into the std lib: 
https://bugs.python.org/issue14814

----------
messages: 255741
nosy: Alexander Finkel
priority: normal
severity: normal
status: open
title: Please consider integrating performance fix for ipaddress.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25784>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to