Skip to content

Commit 6efd330

Browse files
committed
Update stats
1 parent 89e1bc1 commit 6efd330

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/stats.rst

Lines changed: 7 additions & 7 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) 961 (+32) 105 (-284) 295 (+116) 1,361 (-136)
21+
main (3.13) 977 (+48) 125 (-264) 312 (+133) 1,414 (-83)
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) 180 (+4) 14 (-16) 24 (+13) 218 (+1)
47+
main (3.13) 181 (+5) 14 (-16) 24 (+13) 219 (+2)
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,951 (22%) 7,828 (19%) 24,230 (59%) 41,009
66+
main (3.13) 9,046 (21%) 8,254 (19%) 25,860 (60%) 43,160
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) 71 (same) 54 (+5) 119 (+28) 244 (+33)
85+
main (3.13) 72 (+1) 55 (+6) 123 (+32) 250 (+39)
8686
=========== =========== =========== ============ =========
8787

8888
Public functions defined as macros and static inline functions
@@ -101,7 +101,7 @@ Python Macro Static inline Total
101101
3.10.0 307 (same) 0 (same) 307 (same)
102102
3.11.0 269 (-38) 42 (+42) 311 (+4)
103103
3.12.0 251 (-18) 64 (+22) 315 (+4)
104-
main (3.13) 246 (-5) 63 (-1) 309 (-6)
104+
main (3.13) 247 (-4) 63 (-1) 310 (-5)
105105
=========== ========== ============= ==========
106106

107107
Only count public macros and public static inline functions (names starting with "Py" or "PY").
@@ -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.0 62 (+9) 7 (+3) 69 (+12)
125-
main (3.13) 59 (-3) 9 (+2) 68 (-1)
125+
main (3.13) 63 (+1) 13 (+6) 76 (+7)
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.0 18 (-1) 85 (+10) 170 (+58) 273 (+67)
146-
main (3.13) 17 (-1) 90 (+5) 219 (+49) 326 (+53)
146+
main (3.13) 17 (-1) 90 (+5) 227 (+57) 334 (+61)
147147
=========== =========== =========== ============ =========
148148

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

0 commit comments

Comments
 (0)