summaryrefslogtreecommitdiffstats
path: root/Python/pystrtod.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-11-06 14:30:32 (GMT)
committerGitHub <noreply@github.com>2022-11-06 14:30:32 (GMT)
commitbe4bab8c2b2e1b68b356d16fd1a48597a14a72f0 (patch)
tree0b9ae981c2ce6de61d62259b9e611fcb09ae338d /Python/pystrtod.c
parent29c3dc050a4a5e458be7a8966c028bf07502c4b6 (diff)
downloadcpython-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/pystrtod.c')
0 files changed, 0 insertions, 0 deletions