diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-11-06 14:30:32 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-06 14:30:32 (GMT) |
| commit | be4bab8c2b2e1b68b356d16fd1a48597a14a72f0 (patch) | |
| tree | 0b9ae981c2ce6de61d62259b9e611fcb09ae338d /Python/ceval.c | |
| parent | 29c3dc050a4a5e458be7a8966c028bf07502c4b6 (diff) | |
| download | cpython-be4bab8c2b2e1b68b356d16fd1a48597a14a72f0.zip cpython-be4bab8c2b2e1b68b356d16fd1a48597a14a72f0.tar.gz cpython-be4bab8c2b2e1b68b356d16fd1a48597a14a72f0.tar.bz2 | |
gh-93464: [Enum] fix auto() failure during multiple assignment (GH-99148)
* fix auto() failure during multiple assignment
i.e. `ONE = auto(), 'text'` will now have `ONE' with the value of `(1,
'text')`. Before it would have been `(<an auto instance>, 'text')`
(cherry picked from commit 8feb7ab77c80968a6de6079299a39b0494b1701b)
Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions
