summaryrefslogtreecommitdiffstats
path: root/Python/future.c
diff options
context:
space:
mode:
authorEthan Furman <ethan@stoneleaf.us>2022-11-06 01:01:08 (GMT)
committerGitHub <noreply@github.com>2022-11-06 01:01:08 (GMT)
commit8feb7ab77c80968a6de6079299a39b0494b1701b (patch)
tree8e045f6d6400930064f04a5d4a11ab1209a22050 /Python/future.c
parent586b07e1f9f15825e6564df031744fe812b28655 (diff)
downloadcpython-8feb7ab77c80968a6de6079299a39b0494b1701b.zip
cpython-8feb7ab77c80968a6de6079299a39b0494b1701b.tar.gz
cpython-8feb7ab77c80968a6de6079299a39b0494b1701b.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')`
Diffstat (limited to 'Python/future.c')
0 files changed, 0 insertions, 0 deletions