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:
Victor Stinner 2018-09-19 12:01:52 -07:00 committed by GitHub
parent 73c0006e71
commit 95cc3ee00c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 67 additions and 224 deletions

View file

@ -6,7 +6,7 @@
int
wmain(int argc, wchar_t **argv)
{
return _Py_WindowsMain(argc, argv);
return Py_Main(argc, argv);
}
#else
int