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 abc7500 commit fe97e22
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 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,249 (16%) 18,506 (56%) 33,099
main (3.13) 9,344 (28%) 5,207 (16%) 18,556 (56%) 33,107
=========== ============= =========== ============ ======

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 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) 278 (-107) 226 (+49) 1,439 (-74)
main (3.13) 935 (-16) 268 (-117) 236 (+59) 1,439 (-74)
=========== ========= ========== ========= ============

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

0 comments on commit fe97e22

Please sign in to comment.