@@ -18,7 +18,7 @@ Python Public Private Internal Total
18183.10.0 885 (-34) 412 (same) 120 (+6) 1,417 (-28)
19193.11.0 891 (+6) 360 (-52) 181 (+61) 1,432 (+15)
20203.12 (dev) 928 (+37) 385 (+25) 182 (+1) 1,495 (+63)
21- main (3.13) 949 (+21 ) 103 (-282 ) 242 (+60 ) 1,294 (-201 )
21+ main (3.13) 950 (+22 ) 102 (-283 ) 246 (+64 ) 1,298 (-197 )
2222=========== ========== ========== ========= ============
2323
2424Since Python 3.9, Python is now built with ``-fvisibility=hidden `` to avoid
@@ -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 (dev) 176 (-1) 29 (-3) 12 (+2) 217 (-2)
47- main (3.13) 179 (+3) 14 (-15) 17 (+5 ) 210 (-7 )
47+ main (3.13) 179 (+3) 14 (-15) 19 (+7 ) 212 (-5 )
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 (dev) 8,989 (28%) 5,815 (18%) 17,663 (54%) 32,467
66- main (3.13) 8,837 (23%) 7,498 (19%) 22,560 (58%) 38,895
66+ main (3.13) 8,895 (23%) 7,498 (19%) 22,886 (58%) 39,279
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 (dev) 70 (-1) 48 (+1) 92 (+23) 210 (+23)
85- main (3.13) 72 (+2) 54 (+6) 110 (+18 ) 236 (+26 )
85+ main (3.13) 72 (+2) 54 (+6) 112 (+20 ) 238 (+28 )
8686=========== =========== =========== ============ =========
8787
8888Public functions defined as macros and static inline functions
@@ -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 (dev) 18 (-1) 84 (+9) 170 (+58) 272 (+66)
146- main (3.13) 17 (-1) 87 (+3) 190 (+20 ) 294 (+22 )
146+ main (3.13) 17 (-1) 87 (+3) 191 (+21 ) 295 (+23 )
147147=========== =========== =========== ============ =========
148148
149149Count also private structures like "_PyCFrame" and structures with names not starting with Py like "_frozen".
0 commit comments