mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Clean up.
This commit is contained in:
parent
cfa6fe9d48
commit
b38b8b8b50
4 changed files with 12 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue