Skip to content

Commit 1be847f

Browse files
committed
Update stats
1 parent 9067ee7 commit 1be847f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/stats.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Python Public Private Internal Total
1818
3.10.0 885 (-34) 412 (same) 120 (+6) 1,417 (-28)
1919
3.11.0 891 (+6) 360 (-52) 181 (+61) 1,432 (+15)
2020
3.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

2424
Since Python 3.9, Python is now built with ``-fvisibility=hidden`` to avoid
@@ -44,7 +44,7 @@ Python Public Private Internal Total
4444
3.10.0 173 (same) 33 (-2) 13 (-1) 219 (-3)
4545
3.11.0 177 (+4) 32 (-1) 10 (-3) 219 (same)
4646
3.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

5050
Line Numbers
@@ -63,7 +63,7 @@ Python Limited API CPython API Internal API Total
6363
3.10.0 9,909 (49%) 4,584 (23%) 5,553 (28%) 20,046
6464
3.11.0 8,733 (36%) 5,407 (22%) 10,079 (42%) 24,219
6565
3.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

6969
File Numbers
@@ -82,7 +82,7 @@ Python Limited API CPython API Internal API Total
8282
3.10.0 80 (-17) 32 (+8) 49 (+15) 161 (+6)
8383
3.11.0 71 (-9) 47 (+15) 69 (+20) 187 (+26)
8484
3.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

8888
Public functions defined as macros and static inline functions
@@ -143,7 +143,7 @@ Python Limited API CPython API Internal API Total
143143
3.10.0 41 (-27) 53 (+7) 91 (+53) 185 (+33)
144144
3.11.0 19 (-22) 75 (+22) 112 (+21) 206 (+21)
145145
3.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

149149
Count also private structures like "_PyCFrame" and structures with names not starting with Py like "_frozen".

0 commit comments

Comments
 (0)