mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
From `family(opname, STRUCTSIZE) = OPNAME + SPEC1 + ... + SPECn;` to `family(OPNAME, STRUCTSIZE) = SPEC1 + ... + SPECn;`
Miscellaneous source files for the main Python shared library