[New-bugs-announce] [issue34589] Py_Initialize() and Py_Main() should not enable C locale coercion

STINNER Victor report at bugs.python.org
Wed Sep 5 15:36:35 EDT 2018


New submission from STINNER Victor <vstinner at 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 <report at bugs.python.org>
<https://bugs.python.org/issue34589>
_______________________________________


More information about the New-bugs-announce mailing list