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 2016-07-05.13:01:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467723696.2.0.276855964684.issue27454@psf.upfronthosting.co.za>
In-reply-to
Content
PyDict_SetDefault() was added Python 3.4

Currently, PyUnicode_InternInPlace() uses PyDict_GetItem, and PyDict_SetItem if no item found.
It can be replaced PyDict_SetDefault() easily.
History
Date User Action Args
2016-07-05 13:01:36methanesetrecipients: + methane
2016-07-05 13:01:36methanesetmessageid: <1467723696.2.0.276855964684.issue27454@psf.upfronthosting.co.za>
2016-07-05 13:01:36methanelinkissue27454 messages
2016-07-05 13:01:36methanecreate