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

@ -9,9 +9,7 @@ extern "C" {
#endif
#include "pycore_bytesobject.h" // _PyBytesWriter
#include "pycore_runtime_structs.h"// _PY_NSMALLNEGINTS
#include "pycore_global_objects.h"// _PY_SINGLETON
#include "pycore_runtime.h" // _PyRuntime
#include "pycore_runtime.h" // _Py_SINGLETON()
/*
* Default int base conversion size limitation: Denial of Service prevention.