We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab1bf7 commit ac8835eCopy full SHA for ac8835e
kbe/src/lib/server/entity_app.hpp
@@ -534,8 +534,8 @@ bool EntityApp<E>::installPyModules()
534
template<class E>
535
bool EntityApp<E>::uninstallPyModules()
536
{
537
- script::PyGC::set_debug(script::PyGC::DEBUG_STATS|script::PyGC::DEBUG_LEAK);
538
- script::PyGC::collect();
+ // script::PyGC::set_debug(script::PyGC::DEBUG_STATS|script::PyGC::DEBUG_LEAK);
+ // script::PyGC::collect();
539
unregisterPyObjectToScript("globalData");
540
S_RELEASE(pGlobalData_);
541
0 commit comments