| extern "C" { | |
| extern PyFunctionObject* _PyFunction_FromConstructor(PyFrameConstructor *constr); | |
| extern uint32_t _PyFunction_GetVersionForCurrentState(PyFunctionObject *func); | |
| } | |
| extern "C" { | |
| extern PyFunctionObject* _PyFunction_FromConstructor(PyFrameConstructor *constr); | |
| extern uint32_t _PyFunction_GetVersionForCurrentState(PyFunctionObject *func); | |
| } | |