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 vstinner
Recipients ezio.melotti, vstinner
Date 2017-06-13.09:01:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497344491.93.0.313119672521.issue30647@psf.upfronthosting.co.za>
In-reply-to
Content
Regression caused by the commit 6ea4186de32d65b1f1dc1533b6312b798d300466, bpo-28180: Implementation for PEP 538.

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.x/builds/412/steps/compile/logs/stdio

Python detected LC_CTYPE=C: LC_CTYPE coerced to UTF-8 (set another locale or PYTHONCOERCECLOCALE=0 to disable this locale coercion behavior).
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ValueError: CODESET is not set or empty

Current thread 0x0000000802006400 (most recent call first):
Abort trap (core dumped)
History
Date User Action Args
2017-06-13 09:01:31vstinnersetrecipients: + vstinner, ezio.melotti
2017-06-13 09:01:31vstinnersetmessageid: <1497344491.93.0.313119672521.issue30647@psf.upfronthosting.co.za>
2017-06-13 09:01:31vstinnerlinkissue30647 messages
2017-06-13 09:01:31vstinnercreate