MCPcopy Create free account
hub / github.com/mhammond/pywin32 / Term

Method Term

isapi/src/PythonEng.cpp:351–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351void CPythonHandler::Term(void)
352{
353 // never shut down - Python leaks badly and has other
354 // side effects if you repeatedly Init then Term
355 Py_XDECREF(m_callback_init);
356 Py_XDECREF(m_callback_do);
357 Py_XDECREF(m_callback_term);
358}
359
360//////////////////////////////////////////////////////////////////////////////
361// general error handler

Callers 3

TerminateExtensionFunction · 0.45
TerminateFilterFunction · 0.45
DllMainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected