Update object.h

This commit is contained in:
blueloveTH 2025-06-17 23:29:25 +08:00
parent 57cd40da6f
commit 01216bc79d

View File

@ -32,3 +32,4 @@ void PyObject__dtor(PyObject* self);
obj->gc_marked = true; \
c11_vector__push(PyObject*, p_stack, obj); \
}