Skip to content

Commit

Permalink
Update stats
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Aug 24, 2023
1 parent 395ca9c commit e2b770e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 9,909 (50%) 4,584 (23%) 5,519 (28%) 20,012
3.11.0 8,733 (36%) 5,407 (22%) 10,047 (42%) 24,187
3.12 (dev) 8,989 (28%) 5,815 (18%) 17,631 (54%) 32,435
main (3.13) 8,744 (26%) 4,599 (13%) 20,940 (61%) 34,283
main (3.13) 8,749 (26%) 4,598 (13%) 20,930 (61%) 34,277
=========== ============= =========== ============ ======

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

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 891 (+6) 360 (-52) 176 (+61) 1,427 (+15)
3.12 (dev) 928 (+37) 385 (+25) 177 (+1) 1,490 (+63)
main (3.13) 937 (+9) 160 (-225) 159 (-18) 1,256 (-234)
main (3.13) 937 (+9) 160 (-225) 158 (-19) 1,255 (-235)
=========== ========== ========== ========= ============

Since Python 3.9, Python is now built with ``-fvisibility=hidden`` to avoid
Expand Down

0 comments on commit e2b770e

Please sign in to comment.