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 ethan.furman
Recipients Madhav Datt, Markus Wegmann, adrianwan2, ethan.furman, r.david.murray
Date 2018-08-11.17:31:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534008699.72.0.56676864532.issue30545@psf.upfronthosting.co.za>
In-reply-to
Content
Markus Wegmann said:
--------------------
> In the appendix, you find a toy project with similar structure, which > in contrast to `flora_tools` works flawlessly.

I appreciate your attempt to reproduce the problem, but since you weren't able to, the issue is probably somewhere else and not in Enum.

> TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'

Your Enum example in flawless is not an IntEnum, so the error (unable to add an integer to None) seems entirely unrelated.
History
Date User Action Args
2018-08-11 17:31:39ethan.furmansetrecipients: + ethan.furman, r.david.murray, adrianwan2, Madhav Datt, Markus Wegmann
2018-08-11 17:31:39ethan.furmansetmessageid: <1534008699.72.0.56676864532.issue30545@psf.upfronthosting.co.za>
2018-08-11 17:31:39ethan.furmanlinkissue30545 messages
2018-08-11 17:31:39ethan.furmancreate