@@ -7,19 +7,19 @@ Functions
77
88Functions exported with PyAPI_FUNC():
99
10- =========== ========== ========== ========= ============
11- Python Public Private Internal Total
12- =========== ========== ========== ========= ============
13- 2.7.0 738 159 0 897
14- 3.6.0 844 (+106) 382 (+223) 0 (same) 1,226 (+329)
15- 3.7.0 869 (+25) 450 (+68) 16 (+16) 1,335 (+109)
16- 3.8.0 909 (+40) 429 (-21) 83 (+67) 1,421 (+86)
17- 3.9.0 919 (+10) 412 (-17) 114 (+31) 1,445 (+24)
18- 3.10.0 885 (-34) 412 (same) 120 (+6) 1,417 (-28)
19- 3.11.0 891 (+6) 360 (-52) 181 (+61) 1,432 (+15)
20- 3.12.0 929 (+38) 389 (+29) 179 (-2) 1,497 (+65)
21- main (3.13) 950 (+21 ) 102 (-287 ) 246 (+67 ) 1,298 (-199 )
22- =========== ========== ========== ========= ============
10+ =========== ========== ========== ========== ============
11+ Python Public Private Internal Total
12+ =========== ========== ========== ========== ============
13+ 2.7.0 738 159 0 897
14+ 3.6.0 844 (+106) 382 (+223) 0 (same) 1,226 (+329)
15+ 3.7.0 869 (+25) 450 (+68) 16 (+16) 1,335 (+109)
16+ 3.8.0 909 (+40) 429 (-21) 83 (+67) 1,421 (+86)
17+ 3.9.0 919 (+10) 412 (-17) 114 (+31) 1,445 (+24)
18+ 3.10.0 885 (-34) 412 (same) 120 (+6) 1,417 (-28)
19+ 3.11.0 891 (+6) 360 (-52) 181 (+61) 1,432 (+15)
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 )
22+ =========== ========== ========== ========== ============
2323
2424Since Python 3.9, Python is now built with ``-fvisibility=hidden `` to avoid
2525exporting symbols which are not **explicitly ** exported.
@@ -44,7 +44,7 @@ Python Public Private Internal Total
44443.10.0 173 (same) 33 (-2) 13 (-1) 219 (-3)
45453.11.0 177 (+4) 32 (-1) 10 (-3) 219 (same)
46463.12.0 176 (-1) 30 (-2) 11 (+1) 217 (-2)
47- main (3.13) 179 (+3 ) 14 (-16) 19 (+8 ) 212 (-5 )
47+ main (3.13) 181 (+5 ) 14 (-16) 24 (+13 ) 219 (+2 )
4848=========== ========== ======== ======== ==========
4949
5050Line Numbers
@@ -63,7 +63,7 @@ Python Limited API CPython API Internal API Total
63633.10.0 9,909 (49%) 4,584 (23%) 5,553 (28%) 20,046
64643.11.0 8,733 (36%) 5,407 (22%) 10,079 (42%) 24,219
65653.12.0 9,012 (28%) 5,836 (18%) 17,650 (54%) 32,498
66- main (3.13) 8,895 (23 %) 7,498 (19%) 22,886 (58 %) 39,279
66+ main (3.13) 8,907 (22 %) 7,838 (19%) 24,129 (59 %) 40,874
6767=========== ============= =========== ============ ======
6868
6969File Numbers
@@ -82,7 +82,7 @@ Python Limited API CPython API Internal API Total
82823.10.0 80 (-17) 32 (+8) 49 (+15) 161 (+6)
83833.11.0 71 (-9) 47 (+15) 69 (+20) 187 (+26)
84843.12.0 71 (same) 49 (+2) 91 (+22) 211 (+24)
85- main (3.13) 72 (+1) 54 (+5 ) 112 (+21 ) 238 (+27 )
85+ main (3.13) 72 (+1) 55 (+6 ) 119 (+28 ) 246 (+35 )
8686=========== =========== =========== ============ =========
8787
8888Public functions defined as macros and static inline functions
@@ -122,7 +122,7 @@ Python Macro Static inline Total
1221223.10.0 44 (+1) 18 (+7) 62 (+8)
1231233.11.0 53 (+9) 4 (-14) 57 (-5)
1241243.12.0 62 (+9) 7 (+3) 69 (+12)
125- main (3.13) 58 (-4 ) 9 (+2) 67 (-2 )
125+ main (3.13) 59 (-3 ) 9 (+2) 68 (-1 )
126126=========== ======== ============= ========
127127
128128Only 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
1431433.10.0 41 (-27) 53 (+7) 91 (+53) 185 (+33)
1441443.11.0 19 (-22) 75 (+22) 112 (+21) 206 (+21)
1451453.12.0 18 (-1) 85 (+10) 170 (+58) 273 (+67)
146- main (3.13) 17 (-1) 87 (+2 ) 191 (+21 ) 295 (+22 )
146+ main (3.13) 17 (-1) 90 (+5 ) 217 (+47 ) 324 (+51 )
147147=========== =========== =========== ============ =========
148148
149149Count also private structures like "_PyCFrame" and structures with names not starting with Py like "_frozen".
0 commit comments