Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chipsalliance/Surelog
/ shutdownPythonInterp
Method
shutdownPythonInterp
src/SourceCompile/CompileSourceFile.cpp:352–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
}
351
352
void CompileSourceFile::shutdownPythonInterp() {
353
m_errors->setPythonInterp(nullptr);
354
PythonAPI::shutdown(m_interpState);
355
m_interpState = nullptr;
356
}
357
#endif
358
} // namespace SURELOG
Callers
1
compileFileSet_
Method · 0.80
Calls
1
setPythonInterp
Method · 0.45
Tested by
no test coverage detected