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 pitrou
Recipients lemburg, pitrou
Date 2008-07-29.10:41:11
SpamBayes Score 0.00062994193
Marked as misclassified No
Message-id <1217328073.03.0.569741164216.issue3460@psf.upfronthosting.co.za>
In-reply-to
Content
Well the potentially dangerous function would have been
PyUnicode_FromObject, but in py3k it only accepts unicode instances
(either exact or subclasses), and since we are only interested in the
underlying buffer we can replace those calls with PyUnicode_Check.
I'll work on a patch and keep you updated.
History
Date User Action Args
2008-07-29 10:41:13pitrousetrecipients: + pitrou, lemburg
2008-07-29 10:41:13pitrousetmessageid: <1217328073.03.0.569741164216.issue3460@psf.upfronthosting.co.za>
2008-07-29 10:41:12pitroulinkissue3460 messages
2008-07-29 10:41:11pitroucreate