rainwoodman / tinypy

tpy, a pet python forked from tinypy
Other
21 stars 5 forks source link

Refactor tp_obj struct. #40

Closed rainwoodman closed 3 years ago

rainwoodman commented 3 years ago

The union makes debugging with gdb really hard.

Add macros to get the ->info pointer as the desired type, and switch to use them.