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 tritium
Recipients tritium
Date 2021-12-25.03:25:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640402741.49.0.663575697797.issue46175@roundup.psfhosted.org>
In-reply-to
Content
When zero argument super is used inside a generator expression, it raises 'TypeError: super(type, obj): obj must be an instance or subtype of type'.

I can find no information on if this is working as intended, a bug, or a known issue, and the error isn't helping.  Attached is a minimal example of the error.
History
Date User Action Args
2021-12-25 03:25:41tritiumsetrecipients: + tritium
2021-12-25 03:25:41tritiumsetmessageid: <1640402741.49.0.663575697797.issue46175@roundup.psfhosted.org>
2021-12-25 03:25:41tritiumlinkissue46175 messages
2021-12-25 03:25:41tritiumcreate