gh-131238: Cleanup pycore_runtime.h includes (#131486)

This commit is contained in:
Victor Stinner 2025-03-20 01:47:30 +01:00 committed by GitHub
parent 344f3c3fd4
commit 6c776abb90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 4 additions and 6 deletions

View file

@ -10,7 +10,6 @@ extern "C" {
#include "pycore_fileutils.h" // _Py_error_handler
#include "pycore_ucnhash.h" // _PyUnicode_Name_CAPI
#include "pycore_global_objects.h" // _Py_SINGLETON
/* --- Characters Type APIs ----------------------------------------------- */