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 sobolevn
Recipients ethan.furman, sobolevn, xtreak
Date 2022-01-10.23:17:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641856679.29.0.950142009253.issue43681@roundup.psfhosted.org>
In-reply-to
Content
Ethan, I've tried to reproduce this, but it seems that example you attached is not valid.

`Flag` is never imported at all. The same with `auto`.

Should it be:

```
>>> from enum import auto, Flag, STRICT
```

the first time?

As you said, it only happens in rare envs. For me the sample above works completely fine.

I also can't find any historical logs from the CI failures :(

Related: 
- https://github.com/python/cpython/pull/25118
- https://bugs.python.org/issue40066
History
Date User Action Args
2022-01-10 23:17:59sobolevnsetrecipients: + sobolevn, ethan.furman, xtreak
2022-01-10 23:17:59sobolevnsetmessageid: <1641856679.29.0.950142009253.issue43681@roundup.psfhosted.org>
2022-01-10 23:17:59sobolevnlinkissue43681 messages
2022-01-10 23:17:59sobolevncreate