]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecycle...
authorErik Bray <erik.m.bray@gmail.com>
Fri, 27 Oct 2017 09:46:03 +0000 (11:46 +0200)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 27 Oct 2017 09:46:03 +0000 (19:46 +1000)
commit031c4bfadb69feeda82ce886d6b0cadc638d2e1e
treebf96902f4e6b6de17f916c3763c2dcf8ce0391c0
parent2f3d6993d7ca4a4d218e0d63b126c94bc00a03b8
bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecycle.h (GH-4134)

Only declaring these as interns inside the CLI's main C module
caused build problems on some platforms (notably Cygwin), so
this switches them to a regular underscore prefixed "private" C
API declaration.
Include/pylifecycle.h
Programs/python.c