Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
int PYTHON_MINOR_VERSION = 0;
11
12
static void
13
warnAboutUnsuportedVersion(int major, int minor)
14
{
15
LOG(WARNING) <<
"Unsupported Python version detected: "
<< major <<
"."
<< minor;
16
}
17
18
template<class T>
19
constexpr py_code_v
Callers
1
getCPythonOffsets
Function · 0.85
Calls
1
LOG
Class · 0.85
Tested by
no test coverage detected