From 2e71ddd61b7ba2be45bce857ed6b2c9adcbd5a91 Mon Sep 17 00:00:00 2001 From: Srinivas Reddy Thatiparthy Date: Thu, 3 Apr 2025 19:08:12 +0530 Subject: [PATCH] Remove Unused header from _asynciomodule.c file --- Modules/_asynciomodule.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modules/_asynciomodule.c b/Modules/_asynciomodule.c index d938955e8cb0e3..e13b632729a76d 100644 --- a/Modules/_asynciomodule.c +++ b/Modules/_asynciomodule.c @@ -3,8 +3,6 @@ #endif #include "Python.h" -#include "pycore_critical_section.h" // Py_BEGIN_CRITICAL_SECTION_MUT() -#include "pycore_dict.h" // _PyDict_GetItem_KnownHash() #include "pycore_freelist.h" // _Py_FREELIST_POP() #include "pycore_genobject.h" #include "pycore_llist.h" // struct llist_node @@ -12,7 +10,6 @@ #include "pycore_modsupport.h" // _PyArg_CheckPositional() #include "pycore_moduleobject.h" // _PyModule_GetState() #include "pycore_object.h" // _PyObject_SetMaybeWeakref -#include "pycore_pyerrors.h" // _PyErr_ClearExcState() #include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing() #include "pycore_pystate.h" // _PyThreadState_GET() #include "pycore_runtime_init.h" // _Py_ID()