Update object.h

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

View File

@ -31,4 +31,5 @@ void PyObject__dtor(PyObject* self);
PyObject* obj = (val)->_obj; \ PyObject* obj = (val)->_obj; \
obj->gc_marked = true; \ obj->gc_marked = true; \
c11_vector__push(PyObject*, p_stack, obj); \ c11_vector__push(PyObject*, p_stack, obj); \
} }