mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
gh-131238: Cleanup pycore_runtime.h includes (#131486)
This commit is contained in:
parent
344f3c3fd4
commit
6c776abb90
5 changed files with 4 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue