[issue2173] Python fails silently on bad locale

2008-12-11 Thread Stuart Woodward
Stuart Woodward [EMAIL PROTECTED] added the comment: I'm running on Mac OS X. I applied the patch issue2173.patch and it solved the make: *** [sharedmods] Error 1 problem. A cursory test of /usr/local/bin/python3.0 was successful. -- nosy: +stuartcw

[issue2173] Python fails silently on bad locale

2008-12-11 Thread Mark Dickinson
Mark Dickinson dicki...@gmail.com added the comment: Thanks, Stuart! I've committed the fix in r67703 and r67704, so it should appear in 3.0.1. This should fix the silent build failure, and the zero-output interpreter. The behaviour is still not ideal: a bad LC_CTYPE setting causes

[issue2173] Python fails silently on bad locale

2008-12-11 Thread Mark Dickinson
Changes by Mark Dickinson dicki...@gmail.com: -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2173 ___

[issue2173] Python fails silently on bad locale

2008-12-08 Thread Mark Dickinson
Mark Dickinson [EMAIL PROTECTED] added the comment: See issue 4585, which appears to be the same problem. -- nosy: +marketdickinson ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue2173 ___

[issue2173] Python fails silently on bad locale

2008-12-08 Thread Mark Dickinson
Mark Dickinson [EMAIL PROTECTED] added the comment: I think I've traced the 'no output' problem back to the device_encoding function in Modules/posixmodule.c. The problem occurs when this function is called to try to get the encoding for stdout. On my machine, if I do: LC_CTYPE=UTF-8

[issue2173] Python fails silently on bad locale

2008-12-08 Thread Mark Dickinson
Changes by Mark Dickinson [EMAIL PROTECTED]: -- nosy: +nelis ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue2173 ___ ___ Python-bugs-list mailing list

[issue2173] Python fails silently on bad locale

2008-12-08 Thread Mark Dickinson
Mark Dickinson [EMAIL PROTECTED] added the comment: Could someone please try the attached patch and see if it solves the problem. I'm not sure whether Facundo's problem is the same issue or not. -- keywords: +patch versions: +Python 3.1 Added file:

[issue2173] Python fails silently on bad locale

2008-11-12 Thread Wang Chun
Wang Chun [EMAIL PROTECTED] added the comment: This issue remains unsolved in the latest python 3.0rc2+ subversion repository as of 2008-11-13. -- nosy: +wangchun ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue2173

[issue2173] Python fails silently on bad locale

2008-11-10 Thread STINNER Victor
STINNER Victor [EMAIL PROTECTED] added the comment: Can you retry with Python 3.0rc2? -- nosy: +haypo ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue2173 ___

[issue2173] Python fails silently on bad locale

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider [EMAIL PROTECTED]: -- priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2173 __ ___ Python-bugs-list mailing list