mirror of
https://github.com/python/cpython.git
synced 2026-04-22 11:50:50 +00:00
Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416)
This reverts commit 144f1e2c6f.
This commit is contained in:
parent
73c0006e71
commit
95cc3ee00c
15 changed files with 67 additions and 224 deletions
|
|
@ -6,7 +6,7 @@
|
|||
int
|
||||
wmain(int argc, wchar_t **argv)
|
||||
{
|
||||
return _Py_WindowsMain(argc, argv);
|
||||
return Py_Main(argc, argv);
|
||||
}
|
||||
#else
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue