Commit 88c85e0b authored by Kevin Modzelewski's avatar Kevin Modzelewski

minor

parent 4c4454c1
......@@ -4494,6 +4494,7 @@ extern "C" void Py_Finalize() noexcept {
// May need to run multiple collections to collect everything:
while (PyGC_Collect())
;
assert(!constants.size());
#endif
// PyGC_Collect());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment