Skip to content

Add two inlined function for CPython

Boxiang Sun requested to merge Daetalus/pycapicompat:test into master

In extened C API, there have PyFrame_SetLineNumber and PyCode_HasFreeVars two APIs. Add these two inlined C functions for CPython.

Merge request reports