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 ned.deily
Recipients Phil, mark.dickinson, ned.deily, ronaldoussoren
Date 2009-07-10.03:35:38
SpamBayes Score 2.8284142e-06
Marked as misclassified No
Message-id <1247196940.39.0.451376999243.issue6393@psf.upfronthosting.co.za>
In-reply-to
Content
Looks good and the "patched" patch also works in a py3k installer build.

BTW, Mark, I was curious as to why you were unable to reproduce the 
problem with your own build.  I should have mentioned that my testing 
was with complete installer (framework) builds.  I subsequently 
experimented with a non-framework build and found that I could not 
reproduce the problem running from the ./python in the build directory.  
Stepping through gdb showed that, during the calls from create_stdio, 
the import of locale fails in textio.c, so it falls back to using 
"ascii" as the default encoding (~line 899) and avoids the crash.  If I 
do a make install, the unpatched installed bin/python3 does crash in the 
same way as with the installer python3.
History
Date User Action Args
2009-07-10 03:35:40ned.deilysetrecipients: + ned.deily, ronaldoussoren, mark.dickinson, Phil
2009-07-10 03:35:40ned.deilysetmessageid: <1247196940.39.0.451376999243.issue6393@psf.upfronthosting.co.za>
2009-07-10 03:35:39ned.deilylinkissue6393 messages
2009-07-10 03:35:38ned.deilycreate