bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to … · python/cpython@031c4bf · GitHub
Skip to content

Commit 031c4bf

Browse files
embrayncoghlan
authored andcommitted
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.
1 parent 2f3d699 commit 031c4bf

2 files changed

Lines changed: 16 additions & 14 deletions

File tree

Include/pylifecycle.h

Lines changed: 6 additions & 0 deletions

Programs/python.c

Lines changed: 10 additions & 14 deletions

0 commit comments

Comments
 (0)