Clean up.

This commit is contained in:
Serhiy Storchaka 2025-11-21 18:39:20 +02:00
parent cfa6fe9d48
commit b38b8b8b50
4 changed files with 12 additions and 7 deletions

View file

@ -3,6 +3,7 @@
#include "Python.h"
#include "pycore_abstract.h" // _PyNumber_Index()
#include "pycore_descrobject.h" // _PyMember_GetOffset()
#include "pycore_long.h" // _PyLong_IsNegative()
#include "pycore_object.h" // _Py_TryIncrefCompare(), FT_ATOMIC_*()
#include "pycore_critical_section.h"