Commit fa20017e authored by Kevin Modzelewski's avatar Kevin Modzelewski

wip

parent d17f11a8
...@@ -3734,6 +3734,7 @@ void setupRuntime() { ...@@ -3734,6 +3734,7 @@ void setupRuntime() {
function_cls->tp_dealloc = builtin_function_or_method_cls->tp_dealloc = functionDtor; function_cls->tp_dealloc = builtin_function_or_method_cls->tp_dealloc = functionDtor;
function_cls->has_safe_tp_dealloc = builtin_function_or_method_cls->has_safe_tp_dealloc = true; function_cls->has_safe_tp_dealloc = builtin_function_or_method_cls->has_safe_tp_dealloc = true;
// XXX
_Py_ReleaseInternedStrings(); _Py_ReleaseInternedStrings();
for (auto b : classes) for (auto b : classes)
b->clearAttrs(); b->clearAttrs();
...@@ -3745,9 +3746,9 @@ void setupRuntime() { ...@@ -3745,9 +3746,9 @@ void setupRuntime() {
} }
Py_DECREF(b); Py_DECREF(b);
} }
// XXX
PRINT_TOTAL_REFS(); PRINT_TOTAL_REFS();
exit(0); exit(0);
// XXX
......
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