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

@ -13,6 +13,7 @@ extern "C" {
#include "pycore_object_deferred.h" // _PyObject_HasDeferredRefcount
#include "pycore_pyatomic_ft_wrappers.h" // FT_ATOMIC_STORE_PTR_RELAXED
#include "pycore_pystate.h" // _PyInterpreterState_GET()
#include "pycore_runtime.h" // _PyRuntime
#include "pycore_typeobject.h" // _PyStaticType_GetState()
#include "pycore_uniqueid.h" // _PyObject_ThreadIncrefSlow()