mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
031c4bfadb
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)