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 docs@python, methane, serhiy.storchaka
Date 2018-04-01.07:18:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522567099.65.0.467229070634.issue33195@psf.upfronthosting.co.za>
In-reply-to
Content
See also issue24009. We should get rid of using these units in the stdlib.

I'm not sure about deprecating Py_BuildValue() units right now. They can be redefined in terms of wchar_t, and they are already implemented with PyUnicode_FromWideChar().
History
Date User Action Args
2018-04-01 07:18:19serhiy.storchakasetrecipients: + serhiy.storchaka, methane, docs@python
2018-04-01 07:18:19serhiy.storchakasetmessageid: <1522567099.65.0.467229070634.issue33195@psf.upfronthosting.co.za>
2018-04-01 07:18:19serhiy.storchakalinkissue33195 messages
2018-04-01 07:18:19serhiy.storchakacreate