This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Michael.Felt
Recipients David Carlier, Michael.Felt, barry, devnexen, koobs, miss-islington, ned.deily, pitrou, serhiy.storchaka, vstinner
Date 2018-06-10.20:51:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <0852EF90-DD67-4002-8EAD-E9E2AFB19805@felt.demon.nl>
In-reply-to <1528631567.38.0.592728768989.issue32493@psf.upfronthosting.co.za>
Content
I was not aware that _uuid was new to python3-3.7. I thought it had been around for a long time. 

Bpo-28009 goes back two years and i was unaware of uuid_create(). 

Would it be easier to split it into 3 issues? One for unixdll, one for netstat, and one for test_uuid?

Michael

Sent from my iPhone

> On 10 Jun 2018, at 13:52, STINNER Victor <report@bugs.python.org> wrote:
> 
> 
> STINNER Victor <vstinner@redhat.com> added the comment:
> 
>> As noted on PR 7511 and PR 7567, I have merged Michael's configure.ac fixes for testing for uuid_enc_be availability (independent of platform) that were incorrect in earlier commits for this issue.  Merged for 3.7.0rc1 and master (3.8). Thanks, everyone!
> 
> Thanks you Ned and Michael. Sorry for the confusion. I was first confused that the fix for master added a lot of code using ctypes. The final fix is the right fix for 3.7 and master ;-)
> 
> Michael: if you want to fix uuid on 3.6, I would suggest to open a new issue, because it seems that the fix is much more complex and unrelated to _uuid (module added to Python 3.7).
> 
> ----------
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue32493>
> _______________________________________
>
History
Date User Action Args
2018-06-10 20:51:50Michael.Feltsetrecipients: + Michael.Felt, barry, pitrou, vstinner, ned.deily, serhiy.storchaka, koobs, David Carlier, devnexen, miss-islington
2018-06-10 20:51:50Michael.Feltlinkissue32493 messages
2018-06-10 20:51:50Michael.Feltcreate