| 58 | } |
| 59 | |
| 60 | DEFINE_PROC(isInit, Py_IsInitialized*, "Py_IsInitialized", 100); |
| 61 | if (!isInit()) { |
| 62 | PRINT("Py_IsInitialized returned false."); |
| 63 | return 110; |
| 64 | } |
| 65 | |
| 66 | auto version = GetPythonVersion(module); |
| 67 |
nothing calls this directly
no test coverage detected