[New-bugs-announce] [issue33784] hash collision in instances of ipaddress.ip_network

Francois Schneider report at bugs.python.org
Wed Jun 6 11:29:28 EDT 2018


New submission from Francois Schneider <francois.schneider at gmail.com>:

>>> import ipaddress
>>> hash(ipaddress.ip_network(u'20.0.2.3/32')) == hash(ipaddress.ip_network(u'20.0.2.0/30'))
True

----------
components: Library (Lib)
messages: 318835
nosy: Francois Schneider
priority: normal
severity: normal
status: open
title: hash collision in instances of ipaddress.ip_network
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33784>
_______________________________________


More information about the New-bugs-announce mailing list