@@ -18,7 +18,7 @@ Python Public Private Internal Total
18
18
3.10.0 885 (-34) 412 (same) 120 (+6) 1,417 (-28)
19
19
3.11.0 891 (+6) 360 (-52) 181 (+61) 1,432 (+15)
20
20
3.12.0 929 (+38) 389 (+29) 179 (-2) 1,497 (+65)
21
- main (3.13) 959 (+30 ) 104 (-285 ) 295 (+116) 1,358 (-139 )
21
+ main (3.13) 961 (+32 ) 105 (-284 ) 295 (+116) 1,361 (-136 )
22
22
=========== ========== ========== ========== ============
23
23
24
24
Since Python 3.9, Python is now built with ``-fvisibility=hidden `` to avoid
@@ -44,7 +44,7 @@ Python Public Private Internal Total
44
44
3.10.0 173 (same) 33 (-2) 13 (-1) 219 (-3)
45
45
3.11.0 177 (+4) 32 (-1) 10 (-3) 219 (same)
46
46
3.12.0 176 (-1) 30 (-2) 11 (+1) 217 (-2)
47
- main (3.13) 181 (+5 ) 14 (-16) 24 (+13) 219 (+2 )
47
+ main (3.13) 180 (+4 ) 14 (-16) 24 (+13) 218 (+1 )
48
48
=========== ========== ======== ======== ==========
49
49
50
50
Line Numbers
@@ -63,7 +63,7 @@ Python Limited API CPython API Internal API Total
63
63
3.10.0 9,909 (49%) 4,584 (23%) 5,553 (28%) 20,046
64
64
3.11.0 8,733 (36%) 5,407 (22%) 10,079 (42%) 24,219
65
65
3.12.0 9,012 (28%) 5,836 (18%) 17,650 (54%) 32,498
66
- main (3.13) 8,907 (22%) 7,838 (19%) 24,129 (59%) 40,874
66
+ main (3.13) 8,951 (22%) 7,828 (19%) 24,230 (59%) 41,009
67
67
=========== ============= =========== ============ ======
68
68
69
69
File Numbers
@@ -82,7 +82,7 @@ Python Limited API CPython API Internal API Total
82
82
3.10.0 80 (-17) 32 (+8) 49 (+15) 161 (+6)
83
83
3.11.0 71 (-9) 47 (+15) 69 (+20) 187 (+26)
84
84
3.12.0 71 (same) 49 (+2) 91 (+22) 211 (+24)
85
- main (3.13) 72 (+1 ) 55 (+6 ) 119 (+28) 246 (+35 )
85
+ main (3.13) 71 (same ) 54 (+5 ) 119 (+28) 244 (+33 )
86
86
=========== =========== =========== ============ =========
87
87
88
88
Public functions defined as macros and static inline functions
@@ -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.0 18 (-1) 85 (+10) 170 (+58) 273 (+67)
146
- main (3.13) 17 (-1) 90 (+5) 217 (+47 ) 324 (+51 )
146
+ main (3.13) 17 (-1) 90 (+5) 219 (+49 ) 326 (+53 )
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