MCPcopy Create free account
hub / github.com/bloomberg/pystack / warnAboutUnsuportedVersion

Function warnAboutUnsuportedVersion

src/pystack/_pystack/version.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10int PYTHON_MINOR_VERSION = 0;
11
12static void
13warnAboutUnsuportedVersion(int major, int minor)
14{
15 LOG(WARNING) << "Unsupported Python version detected: " << major << "." << minor;
16}
17
18template<class T>
19constexpr py_code_v

Callers 1

getCPythonOffsetsFunction · 0.85

Calls 1

LOGClass · 0.85

Tested by

no test coverage detected