mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[Enum] update class creation for RuntimeError changes (GH-111815)
This commit is contained in:
parent
e723700190
commit
f9e6ce0395
2 changed files with 9 additions and 6 deletions
|
@ -1439,7 +1439,6 @@ alias::
|
|||
Traceback (most recent call last):
|
||||
...
|
||||
ValueError: aliases not allowed in DuplicateFreeEnum: 'GRENE' --> 'GREEN'
|
||||
Error calling __set_name__ on '_proto_member' instance 'GRENE' in 'Color'
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue