Skip to content

Commit 7fca01b

Browse files
committed
Update stats
1 parent a5e0eaf commit 7fca01b

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 Limited API CPython API Internal API Total
1818
3.10.0 9,909 (50%) 4,584 (23%) 5,519 (28%) 20,012
1919
3.11.0 8,733 (36%) 5,407 (22%) 10,047 (42%) 24,187
2020
3.12 (dev) 8,989 (28%) 5,815 (18%) 17,631 (54%) 32,435
21-
main (3.13) 8,746 (25%) 4,454 (13%) 21,225 (62%) 34,425
21+
main (3.13) 8,746 (25%) 4,412 (13%) 21,282 (62%) 34,440
2222
=========== ============= =========== ============ ======
2323

2424
File Numbers
@@ -37,7 +37,7 @@ Python Limited API CPython API Internal API Total
3737
3.10.0 80 (-17) 32 (+8) 48 (+15) 160 (+6)
3838
3.11.0 71 (-9) 47 (+15) 68 (+20) 186 (+26)
3939
3.12 (dev) 70 (-1) 48 (+1) 91 (+23) 209 (+23)
40-
main (3.13) 71 (+1) 50 (+2) 97 (+6) 218 (+9)
40+
main (3.13) 71 (+1) 50 (+2) 98 (+7) 219 (+10)
4141
=========== =========== =========== ============ =========
4242

4343
Functions
@@ -56,7 +56,7 @@ Python Public Private Internal Total
5656
3.10.0 885 (-34) 412 (same) 115 (+6) 1,412 (-28)
5757
3.11.0 891 (+6) 360 (-52) 176 (+61) 1,427 (+15)
5858
3.12 (dev) 928 (+37) 385 (+25) 177 (+1) 1,490 (+63)
59-
main (3.13) 941 (+13) 111 (-274) 175 (-2) 1,227 (-263)
59+
main (3.13) 941 (+13) 107 (-278) 175 (-2) 1,223 (-267)
6060
=========== ========== ========== ========= ============
6161

6262
Since Python 3.9, Python is now built with ``-fvisibility=hidden`` to avoid
@@ -122,7 +122,7 @@ Python Macro Static inline Total
122122
3.10.0 44 (+1) 18 (+7) 62 (+8)
123123
3.11.0 53 (+9) 4 (-14) 57 (-5)
124124
3.12 (dev) 64 (+11) 7 (+3) 71 (+14)
125-
main (3.13) 55 (-9) 7 (same) 62 (-9)
125+
main (3.13) 52 (-12) 7 (same) 59 (-12)
126126
=========== ======== ============= ========
127127

128128
Only 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
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) 18 (same) 83 (-1) 177 (+7) 278 (+6)
146+
main (3.13) 18 (same) 82 (-2) 178 (+8) 278 (+6)
147147
=========== =========== =========== ============ =========
148148

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

0 commit comments

Comments
 (0)