Jump to content
Go to the documentation of this file.
11 #include "patchlevel.h"
13 #include "pymacconfig.h"
15 #if defined(__sgi) && !defined(_SGI_MP_SOURCE)
16 # define _SGI_MP_SOURCE
22 #if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 < 0x030b0000
44 #include "typeslots.h"
46 #include "cpython/pydebug.h"
47 #include "bytearrayobject.h"
48 #include "bytesobject.h"
49 #include "unicodeobject.h"
50 #include "longobject.h"
51 #include "cpython/longintrepr.h"
52 #include "boolobject.h"
54 #include "floatobject.h"
55 #include "complexobject.h"
56 #include "rangeobject.h"
57 #include "memoryobject.h"
58 #include "tupleobject.h"
59 #include "listobject.h"
60 #include "dictobject.h"
61 #include "cpython/odictobject.h"
62 #include "enumobject.h"
63 #include "setobject.h"
64 #include "methodobject.h"
65 #include "moduleobject.h"
66 #include "cpython/funcobject.h"
67 #include "cpython/classobject.h"
68 #include "fileobject.h"
69 #include "pycapsule.h"
72 #include "traceback.h"
73 #include "sliceobject.h"
74 #include "cpython/cellobject.h"
75 #include "iterobject.h"
76 #include "cpython/initconfig.h"
78 #include "cpython/genobject.h"
79 #include "descrobject.h"
80 #include "genericaliasobject.h"
82 #include "weakrefobject.h"
83 #include "structseq.h"
84 #include "cpython/picklebufobject.h"
85 #include "cpython/pytime.h"
89 #include "cpython/context.h"
90 #include "modsupport.h"
92 #include "pythonrun.h"
93 #include "pylifecycle.h"
95 #include "sysmodule.h"
97 #include "intrcheck.h"
100 #include "bltinmodule.h"
101 #include "cpython/pyctype.h"
102 #include "pystrtod.h"
103 #include "pystrcmp.h"
104 #include "fileutils.h"
105 #include "cpython/pyfpe.h"
106 #include "tracemalloc.h"