Skip to content

Commit

Permalink
Update stats
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jul 4, 2023
1 parent a03fe8e commit f34eab1
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 10,408 (51%) 4,584 (22%) 5,519 (27%) 20,511
3.11.0 9,232 (37%) 5,407 (22%) 10,047 (41%) 24,686
3.12 (dev) 9,598 (29%) 5,815 (18%) 17,631 (53%) 33,044
main (3.13) 9,344 (28%) 5,050 (15%) 18,624 (56%) 33,018
main (3.13) 9,344 (28%) 4,924 (15%) 18,742 (57%) 33,010
=========== ============= =========== ============ ======

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) 912 (-16) 259 (-126) 237 (+60) 1,408 (-82)
main (3.13) 912 (-16) 241 (-144) 246 (+69) 1,399 (-91)
=========== ========== ========== ========= ============

Since Python 3.9, Python is now built with ``-fvisibility=hidden`` to avoid
Expand All @@ -82,7 +82,7 @@ Python Public Private Internal Total
3.10.0 173 (same) 33 (-2) 13 (-1) 219 (-3)
3.11.0 177 (+4) 32 (-1) 10 (-3) 219 (same)
3.12 (dev) 176 (-1) 31 (-1) 12 (+2) 219 (same)
main (3.13) 176 (same) 32 (+1) 12 (same) 220 (+1)
main (3.13) 176 (same) 30 (-1) 12 (same) 218 (-1)
=========== ========== ======== ========= ==========

Functions defined as macros and static inline functions
Expand Down

0 comments on commit f34eab1

Please sign in to comment.