Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
* Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" This reverts commitdbdee0073c. * Revert "bpo-34589: C locale coercion off by default (GH-9073)" This reverts commit7a0791b699. * Revert "bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)" This reverts commit188ebfa475.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
int
|
||||
wmain(int argc, wchar_t **argv)
|
||||
{
|
||||
return _Py_WindowsMain(argc, argv);
|
||||
return Py_Main(argc, argv);
|
||||
}
|
||||
#else
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user