mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
cc25ca16ee
From `family(opname, STRUCTSIZE) = OPNAME + SPEC1 + ... + SPECn;` to `family(OPNAME, STRUCTSIZE) = SPEC1 + ... + SPECn;`
Miscellaneous source files for the main Python shared library