Python 3.7 seems to have trouble dealocating objects in a timely fashion. We rely on this, because the c++ destructors need to run before the kj event loop is closed. Hence, we do it manually.
Python 3.7 seems to have trouble dealocating objects in a timely fashion. We rely on this, because the c++ destructors need to run before the kj event loop is closed. Hence, we do it manually.