From 995717912137cf6adae8fb9ed591ee8109ad78f7 Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Sat, 18 Nov 2023 10:44:02 +0900 Subject: [PATCH] nit --- Modules/_weakref.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/_weakref.c b/Modules/_weakref.c index b1a5b7dd639939..90c7afcc248ff3 100644 --- a/Modules/_weakref.c +++ b/Modules/_weakref.c @@ -1,7 +1,7 @@ #include "Python.h" -#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION +#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION() #include "pycore_dict.h" // _PyDict_DelItemIf() -#include "pycore_object.h" // _PyObject_GET_WEAKREFS_LISTPTR +#include "pycore_object.h" // _PyObject_GET_WEAKREFS_LISTPTR() #include "pycore_weakref.h" // _PyWeakref_IS_DEAD() #define GET_WEAKREFS_LISTPTR(o) \