https://github.com/python/cpython/commit/ea23c897cd25702e72a04e06664f6864f07a7c5d commit: ea23c897cd25702e72a04e06664f6864f07a7c5d branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-04-18T02:49:19+01:00 summary:
Remove duplicate includes: Python/importdl.c (#132623) files: M Python/importdl.c diff --git a/Python/importdl.c b/Python/importdl.c index 73fedc4ba5fd40..802843fe7b9dce 100644 --- a/Python/importdl.c +++ b/Python/importdl.c @@ -6,7 +6,6 @@ #include "pycore_import.h" // _PyImport_SwapPackageContext() #include "pycore_importdl.h" #include "pycore_moduleobject.h" // _PyModule_GetDef() -#include "pycore_moduleobject.h" // _PyModule_GetDef() #include "pycore_pyerrors.h" // _PyErr_FormatFromCause() #include "pycore_runtime.h" // _Py_ID() _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com