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 flox
Recipients amaury.forgeotdarc, flox, grahamd, pitrou
Date 2009-12-20.14:37:34
SpamBayes Score 0.0022892316
Marked as misclassified No
Message-id <1261319855.87.0.400528135911.issue6501@psf.upfronthosting.co.za>
In-reply-to
Content
Patch to prevent crash when PYTHONIOENCODING is invalid:

~ $ PYTHONIOENCODING= ./python 
Fatal Python error: Py_Initialize: can't initialize sys standard streams
LookupError: unknown encoding: 
Abandon
History
Date User Action Args
2009-12-20 14:37:36floxsetrecipients: + flox, amaury.forgeotdarc, pitrou, grahamd
2009-12-20 14:37:35floxsetmessageid: <1261319855.87.0.400528135911.issue6501@psf.upfronthosting.co.za>
2009-12-20 14:37:34floxlinkissue6501 messages
2009-12-20 14:37:34floxcreate