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 sir-sigurd
Recipients sir-sigurd
Date 2019-09-18.08:11:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568794289.26.0.422992703771.issue38211@roundup.psfhosted.org>
In-reply-to
Content
I wrote patch that cleans up type_init():

1. Removes conditions already checked by assert()
2. Removes object_init() call that effectively creates an empty tuple and checks that this tuple is empty
History
Date User Action Args
2019-09-18 08:11:29sir-sigurdsetrecipients: + sir-sigurd
2019-09-18 08:11:29sir-sigurdsetmessageid: <1568794289.26.0.422992703771.issue38211@roundup.psfhosted.org>
2019-09-18 08:11:29sir-sigurdlinkissue38211 messages
2019-09-18 08:11:29sir-sigurdcreate