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')`
E
Ethan Furman committed
8feb7ab77c80968a6de6079299a39b0494b1701b
Parent: 586b07e
Committed by GitHub <noreply@github.com>
on 11/6/2022, 1:01:08 AM