@@ -18,7 +18,7 @@ Python Limited API CPython API Internal API Total
18
18
3.10.0 9,909 (50%) 4,584 (23%) 5,519 (28%) 20,012
19
19
3.11.0 8,733 (36%) 5,407 (22%) 10,047 (42%) 24,187
20
20
3.12 (dev) 8,989 (28%) 5,815 (18%) 17,631 (54%) 32,435
21
- main (3.13) 8,746 (25%) 4,454 (13%) 21,225 (62%) 34,425
21
+ main (3.13) 8,746 (25%) 4,412 (13%) 21,282 (62%) 34,440
22
22
=========== ============= =========== ============ ======
23
23
24
24
File Numbers
@@ -37,7 +37,7 @@ Python Limited API CPython API Internal API Total
37
37
3.10.0 80 (-17) 32 (+8) 48 (+15) 160 (+6)
38
38
3.11.0 71 (-9) 47 (+15) 68 (+20) 186 (+26)
39
39
3.12 (dev) 70 (-1) 48 (+1) 91 (+23) 209 (+23)
40
- main (3.13) 71 (+1) 50 (+2) 97 (+6 ) 218 (+9 )
40
+ main (3.13) 71 (+1) 50 (+2) 98 (+7 ) 219 (+10 )
41
41
=========== =========== =========== ============ =========
42
42
43
43
Functions
@@ -56,7 +56,7 @@ Python Public Private Internal Total
56
56
3.10.0 885 (-34) 412 (same) 115 (+6) 1,412 (-28)
57
57
3.11.0 891 (+6) 360 (-52) 176 (+61) 1,427 (+15)
58
58
3.12 (dev) 928 (+37) 385 (+25) 177 (+1) 1,490 (+63)
59
- main (3.13) 941 (+13) 111 (-274 ) 175 (-2) 1,227 (-263 )
59
+ main (3.13) 941 (+13) 107 (-278 ) 175 (-2) 1,223 (-267 )
60
60
=========== ========== ========== ========= ============
61
61
62
62
Since Python 3.9, Python is now built with ``-fvisibility=hidden `` to avoid
@@ -122,7 +122,7 @@ Python Macro Static inline Total
122
122
3.10.0 44 (+1) 18 (+7) 62 (+8)
123
123
3.11.0 53 (+9) 4 (-14) 57 (-5)
124
124
3.12 (dev) 64 (+11) 7 (+3) 71 (+14)
125
- main (3.13) 55 (-9 ) 7 (same) 62 (-9 )
125
+ main (3.13) 52 (-12 ) 7 (same) 59 (-12 )
126
126
=========== ======== ============= ========
127
127
128
128
Only count private macros and public static inline functions (ignore names starting with "Py" or "PY").
@@ -143,7 +143,7 @@ Python Limited API CPython API Internal API Total
143
143
3.10.0 41 (-27) 53 (+7) 91 (+53) 185 (+33)
144
144
3.11.0 19 (-22) 75 (+22) 112 (+21) 206 (+21)
145
145
3.12 (dev) 18 (-1) 84 (+9) 170 (+58) 272 (+66)
146
- main (3.13) 18 (same) 83 (-1 ) 177 (+7 ) 278 (+6)
146
+ main (3.13) 18 (same) 82 (-2 ) 178 (+8 ) 278 (+6)
147
147
=========== =========== =========== ============ =========
148
148
149
149
Count also private structures like "_PyCFrame" and structures with names not starting with Py like "_frozen".
0 commit comments