1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
// old: marked with TODO
// Based on the headers of Python 3.4.3
// Supports the stable ABI (PEP 384) only.
// new:
// Based on the headers of Python 3.3.0, 3.4.0 and 3.5.0.
extern crate libc;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use PyFrameObject;
// mod pymacro; contains nothing of interest for Rust
// mod pyatomic; contains nothing of interest for Rust
// mod pymath; contains nothing of interest for Rust
// [cfg(not(Py_LIMITED_API))]
// mod pytime; contains nothing of interest
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// mod longintrepr; TODO excluded by PEP-384
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// mod odictobject; TODO new in 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// mod funcobject; TODO excluded by PEP-384
// mod classobject; TODO excluded by PEP-384
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// mod cellobject; TODO excluded by PEP-384
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// mod genobject; TODO excluded by PEP-384
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// mod namespaceobject; TODO
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// #[cfg(Py_3_7)] mod context; TODO
// TODO: incomplete
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO some functions need to be moved to pylifecycle
//mod pylifecycle; // TODO new in 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// TODO: incomplete
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// mod pyctype; TODO excluded by PEP-384
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5
// mod pystrcmp; TODO nothing interesting for Rust?
// mod dtoa; TODO excluded by PEP-384
// mod fileutils; TODO no public functions?
// mod pyfpe; TODO probably not interesting for rust
// Additional headers that are not exported by Python.h
// TODO supports PEP-384 only; needs adjustment for Python 3.3 and 3.5