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 larry, serhiy.storchaka
Date 2018-12-14.08:53:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544777633.51.0.788709270274.issue35489@psf.upfronthosting.co.za>
In-reply-to
Content
Format units "Z" and "Z#" in PyArg_Parse* return a pointer to immutable internal data. Therefor the result of the Py_UNICODE converter in Argument Clinic should has type "const Py_UNICODE *".

This would help to catch the bug reported in issue31446.
History
Date User Action Args
2018-12-14 08:53:53serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2018-12-14 08:53:53serhiy.storchakasetmessageid: <1544777633.51.0.788709270274.issue35489@psf.upfronthosting.co.za>
2018-12-14 08:53:53serhiy.storchakalinkissue35489 messages
2018-12-14 08:53:53serhiy.storchakacreate