]> granicus.if.org Git - python/commit
Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 7 Mar 2015 18:08:34 +0000 (20:08 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 7 Mar 2015 18:08:34 +0000 (20:08 +0200)
commit88f64f392c8fe8cb41322c2ea14483fa0c567eaa
treea6c35327c4ffc006cdaa2ea687534feff3e3a3e4
parenta5f3ad8c05c115266834be8716c19301004a31a0
Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address.
Lib/ipaddress.py
Lib/test/test_ipaddress.py
Misc/NEWS