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 christian.heimes
Recipients christian.heimes, gvanrossum, loewis, nnorwitz
Date 2007-11-13.15:37:47
SpamBayes Score 0.10967058
Marked as misclassified No
Message-id <1194968267.65.0.456292428142.issue1342@psf.upfronthosting.co.za>
In-reply-to
Content
I like to move _PyExc_Init() before _PySys_Init() and set sys.prefix,
exec_prefix and executable with PyUnicode_DecodeFSDefault().

Without the changes Python is seg faulting on Windows when the path
contains non ASCII chars. With the patch it is failing with a fatal
error which is a tiny bit nicer.
Files
File name Uploaded
py3k_win_nonascii.patch christian.heimes, 2007-11-13.15:37:47
History
Date User Action Args
2007-11-13 15:37:47christian.heimessetspambayes_score: 0.109671 -> 0.10967058
recipients: + christian.heimes, gvanrossum, loewis, nnorwitz
2007-11-13 15:37:47christian.heimessetspambayes_score: 0.109671 -> 0.109671
messageid: <1194968267.65.0.456292428142.issue1342@psf.upfronthosting.co.za>
2007-11-13 15:37:47christian.heimeslinkissue1342 messages
2007-11-13 15:37:47christian.heimescreate