commit | eb886db1e99a15f15a2342aa496197a5f88fa9c8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Mar 17 15:51:42 2020 +0100 |
committer | GitHub <noreply@github.com> | Tue Mar 17 15:51:42 2020 +0100 |
tree | c08db3a179900c44054a09986cccc10e92ccdb57 | |
parent | a45b695b9fcfbbb0a087222abc5c8d691a7d2770 [diff] |
bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043) uuid.getnode() now skips IPv6 addresses with the same string length than a MAC address (17 characters): only use MAC addresses.