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 vstinner
Recipients Arfrever, dabeaz, ezio.melotti, loewis, terry.reedy, vstinner
Date 2014-10-09.09:08:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412845718.34.0.296670575474.issue16254@psf.upfronthosting.co.za>
In-reply-to
Content
I proposed to change PyUnicode_AsWideCharString() to not cache the result: see my issue #22323 "Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(): don't cache the result".

See also my issues #22271 "Deprecate PyUnicode_AsUnicode(): emit a DeprecationWarning" and #22324 "Use PyUnicode_AsWideCharString() instead of PyUnicode_AsUnicode()".
History
Date User Action Args
2014-10-09 09:08:38vstinnersetrecipients: + vstinner, loewis, terry.reedy, ezio.melotti, Arfrever, dabeaz
2014-10-09 09:08:38vstinnersetmessageid: <1412845718.34.0.296670575474.issue16254@psf.upfronthosting.co.za>
2014-10-09 09:08:38vstinnerlinkissue16254 messages
2014-10-09 09:08:38vstinnercreate