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 benjamin.peterson, gjb1002, vstinner
Date 2010-03-08.12:10:25
SpamBayes Score 9.9390374e-05
Marked as misclassified No
Message-id <1268050227.77.0.544050997157.issue3137@psf.upfronthosting.co.za>
In-reply-to
Content
Py_InitializeEx() calls PyErr_Clear() if PyCodec_Encoder() fails without checking for the exception type.

Attached initiliaze_pycodec_error.patch checks for error type: if the error is not an LookupError, display the error and exit (as done for initsite() iny my initsite.patch).
History
Date User Action Args
2010-03-08 12:10:27vstinnersetrecipients: + vstinner, gjb1002, benjamin.peterson
2010-03-08 12:10:27vstinnersetmessageid: <1268050227.77.0.544050997157.issue3137@psf.upfronthosting.co.za>
2010-03-08 12:10:26vstinnerlinkissue3137 messages
2010-03-08 12:10:26vstinnercreate