encukou / abi3

Improvements of Python's stable ABI
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Allow evolving structs #22

Open encukou opened 2 years ago

encukou commented 2 years ago

Slots, module constants, and other "Def"/"Spec" structs might need different storage sizes in the future. Figure out how to best support this.