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 serhiy.storchaka
Recipients methane, pitrou, rhettinger, scoder, serhiy.storchaka, vstinner
Date 2017-09-04.17:45:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504547119.0.0.0226385534808.issue31336@psf.upfronthosting.co.za>
In-reply-to
Content
After adding PyErr_Clear() the benefit of this optimization is smaller. Only 8% on my 64-bit computer. And no any effect on 32-bit. I wounder if it is worth to complicate the code for such small benefit. For non-empty classes the relative benefit is even smaller. Maybe there are other opportunities for optimization?
History
Date User Action Args
2017-09-04 17:45:19serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, scoder, vstinner, methane
2017-09-04 17:45:18serhiy.storchakasetmessageid: <1504547119.0.0.0226385534808.issue31336@psf.upfronthosting.co.za>
2017-09-04 17:45:18serhiy.storchakalinkissue31336 messages
2017-09-04 17:45:18serhiy.storchakacreate