Skip to content

Commit ac8835e

Browse files
committed
默认不启动GC调试。
1 parent 2ab1bf7 commit ac8835e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kbe/src/lib/server/entity_app.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,8 @@ bool EntityApp<E>::installPyModules()
534534
template<class E>
535535
bool EntityApp<E>::uninstallPyModules()
536536
{
537-
script::PyGC::set_debug(script::PyGC::DEBUG_STATS|script::PyGC::DEBUG_LEAK);
538-
script::PyGC::collect();
537+
// script::PyGC::set_debug(script::PyGC::DEBUG_STATS|script::PyGC::DEBUG_LEAK);
538+
// script::PyGC::collect();
539539
unregisterPyObjectToScript("globalData");
540540
S_RELEASE(pGlobalData_);
541541

0 commit comments

Comments
 (0)