SIGN IN SIGN UP

bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922)

uuid._ipconfig_getnode did not validate the maximum length of the value,
so long as the value had the same type of formatting as a MAC address.
This let it select DUIDs as MAC addresses. It now requires an exact
length match.
C
CtrlZvi committed
c66c342cb42ab8a88884527ddfe3a5086bc06316
Parent: 900c48d
Committed by Serhiy Storchaka <storchaka@gmail.com> on 5/20/2018, 3:03:25 PM