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 serhiy.storchaka, xiang.zhang
Date 2016-10-22.20:53:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477169634.11.0.781122860843.issue28511@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch uses the "U" format in PyArg_Parse* functions instead of the "O!" format with &PyUnicode_Type argument. This makes code cleaner, faster, and allows to remove additional PyUnicode_READY checks.

The patch is inspired by the patch of Xiang Zhang (issue28504).
History
Date User Action Args
2016-10-22 20:53:54serhiy.storchakasetrecipients: + serhiy.storchaka, xiang.zhang
2016-10-22 20:53:54serhiy.storchakasetmessageid: <1477169634.11.0.781122860843.issue28511@psf.upfronthosting.co.za>
2016-10-22 20:53:54serhiy.storchakalinkissue28511 messages
2016-10-22 20:53:53serhiy.storchakacreate