Skip to content

Commit b280543

Browse files
committed
Stats
1 parent 8249eee commit b280543

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.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)
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.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)
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.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
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.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)
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.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)
147147
=========== =========== =========== ============ =========
148148

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

0 commit comments

Comments
 (0)