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 levkivskyi, methane, serhiy.storchaka
Date 2018-01-15.15:23:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516029812.96.0.467229070634.issue32544@psf.upfronthosting.co.za>
In-reply-to
Content
I considered the idea of implementing _PyObject_GetAttrWithoutError() for issue31572, but dropped it because the code simplification was too small. But if this has performance benefits I'm +1 to implementing it. I'll update my still open PRs to use this API.
History
Date User Action Args
2018-01-15 15:23:32serhiy.storchakasetrecipients: + serhiy.storchaka, methane, levkivskyi
2018-01-15 15:23:32serhiy.storchakasetmessageid: <1516029812.96.0.467229070634.issue32544@psf.upfronthosting.co.za>
2018-01-15 15:23:32serhiy.storchakalinkissue32544 messages
2018-01-15 15:23:32serhiy.storchakacreate