[issue26819] _ProactorReadPipeTransport pause_reading()/resume_reading() broken if called before any read is perfored

2018-05-25 Thread Zvi Effron
Change by Zvi Effron : -- pull_requests: +6749 ___ Python tracker <https://bugs.python.org/issue26819> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33542] _ipconfig_getnode incorrectly selects a DUID as a MAC address

2018-05-16 Thread Zvi Effron
Change by Zvi Effron : -- keywords: +patch pull_requests: +6592 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33542> ___ ___ Python-

[issue26819] _ProactorReadPipeTransport pause_reading()/resume_reading() broken if called before any read is perfored

2018-05-16 Thread Zvi Effron
Change by Zvi Effron : -- keywords: +patch pull_requests: +6591 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue26819> ___ ___ Python-

[issue33542] _ipconfig_getnode incorrectly selects a DUID as a MAC address

2018-05-16 Thread Zvi Effron
New submission from Zvi Effron : The function _ipconfig_getnode() in the uuid module can incorrectly pick up an IPv6 DUID instead of a MAC address due to not validating an exact match for the regular expression. The following output from `ipconfig /all` on my machine can be used to illustrate