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 gvanrossum
Recipients gvanrossum, levkivskyi, serhiy.storchaka, vstinner, xgdomingo
Date 2017-12-14.23:46:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJt29Pz=+ywmJA0oSvM8XcOC0Y3J4x8TsWvULd62SeisA@mail.gmail.com>
In-reply-to <1513295005.42.0.213398074469.issue32226@psf.upfronthosting.co.za>
Content
I think the best thing to do is not to panic! Also maybe PGO could help?

On Dec 14, 2017 15:43, "Ivan Levkivskyi" <report@bugs.python.org> wrote:

>
> Ivan Levkivskyi <levkivskyi@gmail.com> added the comment:
>
> 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?
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue32226>
> _______________________________________
>
History
Date User Action Args
2017-12-14 23:46:37gvanrossumsetrecipients: + gvanrossum, vstinner, serhiy.storchaka, levkivskyi, xgdomingo
2017-12-14 23:46:37gvanrossumlinkissue32226 messages
2017-12-14 23:46:37gvanrossumcreate