| 368 | } |
| 369 | |
| 370 | std::string python_bridge_failure_detail() { |
| 371 | std::lock_guard lock(g_python_bridge_failure_mutex); |
| 372 | return g_python_bridge_failure_detail; |
| 373 | } |
| 374 | |
| 375 | PyObject* import_lichtfeld_module(const char* context, const bool latch_failure = false) { |
| 376 | if (g_python_bridge_failed.load(std::memory_order_acquire)) { |
no outgoing calls
no test coverage detected