Skip to content

Commit

Permalink
Update stats
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jul 3, 2023
1 parent 2b6dbf8 commit abc7500
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/stats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Python Limited API CPython API Internal API Total
3.10.0 10,408 (51%) 4,584 (22%) 5,519 (27%) 20,511
3.11.0 9,232 (37%) 5,495 (22%) 10,047 (41%) 24,774
3.12 (dev) 9,598 (29%) 5,903 (18%) 17,631 (53%) 33,132
main (3.13) 9,344 (28%) 5,421 (16%) 18,299 (55%) 33,064
main (3.13) 9,344 (28%) 5,249 (16%) 18,506 (56%) 33,099
=========== ============= =========== ============ ======

File Numbers
Expand All @@ -37,7 +37,7 @@ Python Limited API CPython API Internal API Total
3.10.0 81 (-17) 32 (+8) 48 (+15) 161 (+6)
3.11.0 72 (-9) 48 (+16) 68 (+20) 188 (+27)
3.12 (dev) 72 (same) 49 (+1) 91 (+23) 212 (+24)
main (3.13) 72 (same) 51 (+2) 93 (+2) 216 (+4)
main (3.13) 72 (same) 51 (+2) 95 (+4) 218 (+6)
=========== =========== =========== ============ =========

Functions
Expand All @@ -56,7 +56,7 @@ Python Public Private Internal Total
3.10.0 885 (-34) 412 (same) 115 (+6) 1,412 (-28)
3.11.0 914 (+29) 360 (-52) 176 (+61) 1,450 (+38)
3.12 (dev) 951 (+37) 385 (+25) 177 (+1) 1,513 (+63)
main (3.13) 935 (-16) 300 (-85) 207 (+30) 1,442 (-71)
main (3.13) 935 (-16) 278 (-107) 226 (+49) 1,439 (-74)
=========== ========= ========== ========= ============

Since Python 3.9, Python is now built with ``-fvisibility=hidden`` to avoid
Expand Down Expand Up @@ -120,7 +120,7 @@ Python Limited API CPython API Internal API Total
3.10.0 41 (-27) 53 (+7) 91 (+53) 185 (+33)
3.11.0 19 (-22) 75 (+22) 112 (+21) 206 (+21)
3.12 (dev) 18 (-1) 84 (+9) 170 (+58) 272 (+66)
main (3.13) 18 (same) 87 (+3) 172 (+2) 277 (+5)
main (3.13) 18 (same) 86 (+2) 173 (+3) 277 (+5)
=========== =========== =========== ============ =========

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

0 comments on commit abc7500

Please sign in to comment.