Skip to content

Commit

Permalink
Update stats
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jul 25, 2023
1 parent 4f56864 commit 791d9d2
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 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,691 (26%) 4,600 (14%) 20,742 (61%) 34,033
main (3.13) 8,686 (26%) 4,600 (14%) 20,744 (61%) 34,030
=========== ============= =========== ============ ======

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) 931 (+3) 161 (-224) 265 (+88) 1,357 (-133)
main (3.13) 931 (+3) 161 (-224) 159 (-18) 1,251 (-239)
=========== ========== ========== ========= ============

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) 29 (-3) 12 (+2) 217 (-2)
main (3.13) 176 (same) 15 (-14) 19 (+7) 210 (-7)
main (3.13) 176 (same) 15 (-14) 18 (+6) 209 (-8)
=========== ========== ======== ======== ==========

Public functions defined as macros and static inline functions
Expand Down Expand Up @@ -122,7 +122,7 @@ Python Macro Static inline Total
3.10.0 44 (+1) 18 (+7) 62 (+8)
3.11.0 53 (+9) 4 (-14) 57 (-5)
3.12 (dev) 64 (+11) 7 (+3) 71 (+14)
main (3.13) 58 (-6) 7 (same) 65 (-6)
main (3.13) 56 (-8) 7 (same) 63 (-8)
=========== ======== ============= ========

Only count private macros and public static inline functions (ignore names starting with "Py" or "PY").
Expand Down

0 comments on commit 791d9d2

Please sign in to comment.