[issue40025] enum: _generate_next_value_ is not called if its definition occurs after calls to auto()
Ethan Onstott added the comment: Ankesh, that is the expected behavior as no patch has been merged yet. -- ___ Python tracker <https://bugs.python.org/issue40
[issue40025] enum: _generate_next_value_ is not called if its definition occurs after calls to auto()
Change by Ethan Onstott : -- keywords: +patch nosy: +Ethan Onstott nosy_count: 5.0 -> 6.0 pull_requests: +18458 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/19098 ___ Python tracker