| 95 | } |
| 96 | |
| 97 | inline void precheck_interpreter() { |
| 98 | if (Py_IsInitialized() != 0) { |
| 99 | pybind11_fail("The interpreter is already running"); |
| 100 | } |
| 101 | } |
| 102 | |
| 103 | #if !defined(PYBIND11_PYCONFIG_SUPPORT_PY_VERSION_HEX) |
| 104 | # define PYBIND11_PYCONFIG_SUPPORT_PY_VERSION_HEX (0x03080000) |
no outgoing calls
no test coverage detected