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 levkivskyi
Recipients gvanrossum, levkivskyi, serhiy.storchaka, vstinner, xgdomingo
Date 2017-12-14.23:43:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513295005.42.0.213398074469.issue32226@psf.upfronthosting.co.za>
In-reply-to
Content
Interesting. I have noticed similar when I tried to add a fast loop proposed by Serhiy. It should save at least one pointer comparison for base class, but sometimes it actually led to slow-downs (although very small). How can one fight this kind of problems?
History
Date User Action Args
2017-12-14 23:43:25levkivskyisetrecipients: + levkivskyi, gvanrossum, vstinner, serhiy.storchaka, xgdomingo
2017-12-14 23:43:25levkivskyisetmessageid: <1513295005.42.0.213398074469.issue32226@psf.upfronthosting.co.za>
2017-12-14 23:43:25levkivskyilinkissue32226 messages
2017-12-14 23:43:25levkivskyicreate