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 gruszczy
Recipients dangyogi, flox, gruszczy, r.david.murray
Date 2010-03-29.19:21:42
SpamBayes Score 0.00020821938
Marked as misclassified No
Message-id <1269890505.2.0.0593471454528.issue8256@psf.upfronthosting.co.za>
In-reply-to
Content
I have written a small patch, that solves the problem, but is disgusting. Could anyone tell me, how I can get some default encoding from Python internals (I have no idea where to look) and return it inside _PyUnicode_AsStringAndSize? Anyway, now when the error happens inside input, it raises an Exception properly. So now I only need to know, how to correct the bug in an elegant fashion.
History
Date User Action Args
2010-03-29 19:21:45gruszczysetrecipients: + gruszczy, dangyogi, r.david.murray, flox
2010-03-29 19:21:45gruszczysetmessageid: <1269890505.2.0.0593471454528.issue8256@psf.upfronthosting.co.za>
2010-03-29 19:21:43gruszczylinkissue8256 messages
2010-03-29 19:21:42gruszczycreate