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.Edelsohn, Michael.Felt, italip, miss-islington, ncoghlan, pitrou, serhiy.storchaka, taleinat, vstinner
Date 2020-03-18.12:10:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
I'll take a look as well.

On 17/03/2020 16:14, STINNER Victor wrote:
> STINNER Victor <[email protected]> added the comment:
>
>> New changeset 0bcbfa43d55d9558cdcb256d8998366281322080 by Tal Einat (Michael Felt) in branch 'master':
>> bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672)
> This change introduced a regression: bpo-39991.
>
> I pushed the commit eb886db1e99a15f15a2342aa496197a5f88fa9c8 to fix my case, but I'm not sure that the fix covers all cases.
>
> ----------
> nosy: +vstinner
>
> _______________________________________
> Python tracker <[email protected]>
> <https://bugs.python.org/issue28009>
> _______________________________________
>
History
Date User Action Args
2020-03-18 12:10:26Michael.Feltsetrecipients: + Michael.Felt, ncoghlan, pitrou, vstinner, taleinat, serhiy.storchaka, David.Edelsohn, italip, miss-islington
2020-03-18 12:10:26Michael.Feltlinkissue28009 messages
2020-03-18 12:10:26Michael.Feltcreate