New submission from STINNER Victor <vstin...@redhat.com>:

According to Nick Coghlan, author of the PEP 538, the C locale coercion should 
not be enabled by Py_Initialize() and Py_Main(), only by the python3 program.

Attached PR fix this issue.

----------
components: Interpreter Core
messages: 324649
nosy: vstinner
priority: normal
severity: normal
status: open
title: Py_Initialize() and Py_Main() should not enable C locale coercion
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34589>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to