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 belopolsky, georg.brandl, jcea, lemburg, mark.dickinson, ncoghlan, pitrou
Date 2011-02-23.14:00:30
SpamBayes Score 0.00037079098
Marked as misclassified No
Message-id <1298469638.92.0.863735868454.issue11286@psf.upfronthosting.co.za>
In-reply-to
Content
So, about Alexander's patch:
- it lacks a test
- it doesn't solve the issue with PyUnicode_Decode's confusing error message when a NULL is passed ("ValueError: operation forbidden on released memoryview object"); if we want to disallow NULL, we should have a clean error message
History
Date User Action Args
2011-02-23 14:00:39pitrousetrecipients: + pitrou, lemburg, georg.brandl, jcea, mark.dickinson, ncoghlan, belopolsky
2011-02-23 14:00:38pitrousetmessageid: <1298469638.92.0.863735868454.issue11286@psf.upfronthosting.co.za>
2011-02-23 14:00:30pitroulinkissue11286 messages
2011-02-23 14:00:30pitroucreate