This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author veky
Recipients David Rebbe2, veky
Date 2021-08-24.18:11:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629828715.01.0.924253389691.issue44993@roundup.psfhosted.org>
In-reply-to
Content
_But why should it matter that starting value is the same_ unless you actually use IntEnums for indexing?

About your code: what do you _actually_ mean by "equivalent"? I hope you don't think that the memory representation is the same. You keep mentioning APIs and networks, but never concretely... do you intend to say that you somehow serialize those values, send them over the wire and then deserialize them into another language?
History
Date User Action Args
2021-08-24 18:11:55vekysetrecipients: + veky, David Rebbe2
2021-08-24 18:11:55vekysetmessageid: <1629828715.01.0.924253389691.issue44993@roundup.psfhosted.org>
2021-08-24 18:11:55vekylinkissue44993 messages
2021-08-24 18:11:54vekycreate