| 157 | PYEXT17_TRANSLATE_EXC_RET(nullptr) |
| 158 | } |
| 159 | FrameInfoPtr get_current_frameinfo() { |
| 160 | auto frame = PyEval_GetFrame(); |
| 161 | auto frameinfo = get_frameinfo_from_pyframe(frame); |
| 162 | return frameinfo; |
| 163 | } |
| 164 | |
| 165 | namespace { |
| 166 |
nothing calls this directly
no test coverage detected