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 rhettinger
Recipients petr.viktorin, rhettinger, vstinner
Date 2021-09-07.06:19:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630995573.73.0.901906324389.issue38644@roundup.psfhosted.org>
In-reply-to
Content
This adds cost to our most critical code paths.  For example, type_call() will now be slower for every single object instantiation.
History
Date User Action Args
2021-09-07 06:19:33rhettingersetrecipients: + rhettinger, vstinner, petr.viktorin
2021-09-07 06:19:33rhettingersetmessageid: <1630995573.73.0.901906324389.issue38644@roundup.psfhosted.org>
2021-09-07 06:19:33rhettingerlinkissue38644 messages
2021-09-07 06:19:33rhettingercreate