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 barry, brett.cannon, ezio.melotti, vstinner
Date 2011-12-12.01:15:50
SpamBayes Score 1.0459898e-08
Marked as misclassified No
Message-id <1323652551.07.0.247821340516.issue13572@psf.upfronthosting.co.za>
In-reply-to
Content
@Barry: can you try to get a trace using gdb? Start python in gdb, set a breapoint on PyErr_SetObject, continue, run the Python command "import _curses", get the gdb traceback (or continue if the error is not the UTF-8 error).
History
Date User Action Args
2011-12-12 01:15:51vstinnersetrecipients: + vstinner, barry, brett.cannon, ezio.melotti
2011-12-12 01:15:51vstinnersetmessageid: <1323652551.07.0.247821340516.issue13572@psf.upfronthosting.co.za>
2011-12-12 01:15:50vstinnerlinkissue13572 messages
2011-12-12 01:15:50vstinnercreate