Skip to content

Commit

Permalink
Update stats
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Aug 26, 2023
1 parent bf40090 commit da2ea8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,746 (25%) 4,464 (13%) 21,218 (62%) 34,428
main (3.13) 8,746 (25%) 4,454 (13%) 21,225 (62%) 34,425
=========== ============= =========== ============ ======

File Numbers
Expand Down Expand Up @@ -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) 939 (+11) 115 (-270) 173 (-4) 1,227 (-263)
main (3.13) 939 (+11) 113 (-272) 175 (-2) 1,227 (-263)
=========== ========== ========== ========= ============

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

0 comments on commit da2ea8f

Please sign in to comment.