summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/C API/2018-09-18-00-09-31.bpo-34589.C7bUpq.rst
blob: 27b6a6e0017fe2fb05d409e98b29ef7b0708dc24 (plain)
1
2
3
Py_Initialize() and Py_Main() cannot enable the C locale coercion (PEP 538)
anymore: it is always disabled. It can now only be enabled by the Python
program ("python3).