From 01216bc79d9235f348f5dd8eec211272fb256a99 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Tue, 17 Jun 2025 23:29:25 +0800 Subject: [PATCH] Update object.h --- include/pocketpy/objects/object.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/pocketpy/objects/object.h b/include/pocketpy/objects/object.h index c6e5e8da..1ff4c948 100644 --- a/include/pocketpy/objects/object.h +++ b/include/pocketpy/objects/object.h @@ -31,4 +31,5 @@ void PyObject__dtor(PyObject* self); PyObject* obj = (val)->_obj; \ obj->gc_marked = true; \ c11_vector__push(PyObject*, p_stack, obj); \ - } \ No newline at end of file + } +