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 methane
Recipients methane
Date 2017-02-09.07:48:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486626523.7.0.635584720165.issue29509@psf.upfronthosting.co.za>
In-reply-to
Content
PyObject_GetAttrString creates temporary unicode object and intern it.
It totally redundant.
History
Date User Action Args
2017-02-09 07:48:43methanesetrecipients: + methane
2017-02-09 07:48:43methanesetmessageid: <1486626523.7.0.635584720165.issue29509@psf.upfronthosting.co.za>
2017-02-09 07:48:43methanelinkissue29509 messages
2017-02-09 07:48:43methanecreate