Message 364515 - Python tracker (original) (raw)

Message364515

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 f0c86d46-5265-38db-b838-ca2f3a9cfd63@felt.demon.nl
In-reply-to 1584458053.2.0.932810940986.issue28009@roundup.psfhosted.org
Content
I'll take a look as well. On 17/03/2020 16:14, STINNER Victor wrote: > STINNER Victor <vstinner@python.org> 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 <report@bugs.python.org> > <https://bugs.python.org/issue28009> > _______________________________________ >
History
Date User Action Args
2020-03-18 12:10:26 Michael.Felt set recipients: + Michael.Felt, ncoghlan, pitrou, vstinner, taleinat, serhiy.storchaka, David.Edelsohn, italip, miss-islington
2020-03-18 12:10:26 Michael.Felt link issue28009 messages
2020-03-18 12:10:26 Michael.Felt create