stackless-dev / stackless

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

Stackless issue #272: convert macro HANDLE_UNWINDING to a function #273

Closed akruis closed 3 years ago

akruis commented 3 years ago

Implement Stackless issue #272

Convert most of the macro HANDLE_UNWINDING in ceval.c to a static inline function handle_inline(). This improves maintainability.