(name: str)
| 44 | out.emit("#else /* _Py_TAIL_CALL_INTERP */\n") |
| 45 | |
| 46 | def function_proto(name: str) -> str: |
| 47 | return f"static PyObject *Py_PRESERVE_NONE_CC _TAIL_CALL_{name}(TAIL_CALL_PARAMS)" |
| 48 | |
| 49 | |
| 50 | def write_tailcall_dispatch_table(analysis: Analysis, out: CWriter) -> None: |
no outgoing calls
no test coverage detected
searching dependent graphs…