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 mark.dickinson
Recipients facundobatista, mark.dickinson, motteneder, nelis, stuartcw, vstinner, wangchun
Date 2008-12-11.18:09:33
SpamBayes Score 6.747285e-06
Marked as misclassified No
Message-id <1229018976.23.0.142580004517.issue2173@psf.upfronthosting.co.za>
In-reply-to
Content
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 
sys.stdout and sys.stdin to have their encodings set to 'ascii'.  'UTF-8' 
would probably be a better guess, on OS X.  But this is a lesser problem.  
To fix it, we should try to understand why nl_langinfo is returning an 
empty string in the first place.  But maybe only Apple knows the answer to 
that one. :)
History
Date User Action Args
2008-12-11 18:09:36mark.dickinsonsetrecipients: + mark.dickinson, facundobatista, vstinner, motteneder, wangchun, nelis, stuartcw
2008-12-11 18:09:36mark.dickinsonsetmessageid: <1229018976.23.0.142580004517.issue2173@psf.upfronthosting.co.za>
2008-12-11 18:09:35mark.dickinsonlinkissue2173 messages
2008-12-11 18:09:33mark.dickinsoncreate