stackless-dev / stackless

The Stackless Python programming language
http://www.stackless.com/
Other
1.02k stars 60 forks source link

Stackless issue #294: convert Stackless type definitions to new syntax #294

Closed akruis closed 3 years ago

akruis commented 3 years ago

Convert initializers for static type objects to use C99 designator syntax. This way the code is more robust against changes of PyTypeObject.

kristjanvalur commented 3 years ago

Wow, wasn't aware of this syntax. Much better.