[no ci] fix

This commit is contained in:
张皓晟 2025-11-23 15:38:12 +08:00
parent 60ff91d517
commit 306ee3bea4

View File

@ -65,6 +65,7 @@ static bool pkpy_setup_gc_debug_callback(int argc, py_Ref argv) {
} else {
heap->debug_callback = argv;
}
py_newnone(py_retval());
return true;
}