D's answer to C's
Py_ALLOW_RECURSION ..code.. Py_END_ALLOW_RECURSION
is
mixin(Py_ALLOW_RECURSION(q{ ..code.. }));
See Implementation
D's answer to C's
is