Py_ALLOW_RECURSION

D's answer to C's

Py_ALLOW_RECURSION
..code..
Py_END_ALLOW_RECURSION

is

mixin(Py_ALLOW_RECURSION(q{
  ..code..
}));
version(Python_3_0_Or_Later)
string
Py_ALLOW_RECURSION
()
(
string inner_code
)

Meta