mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
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.
Source files for binary executables (as opposed to shared modules)