Skip to content

Commit

Permalink
Update stats
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jul 22, 2023
1 parent be8c443 commit 5051c32
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 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) 9,099 (28%) 5,815 (18%) 17,631 (54%) 32,545
main (3.13) 8,904 (26%) 4,754 (14%) 20,459 (60%) 34,117
main (3.13) 8,835 (26%) 4,736 (14%) 20,596 (60%) 34,167
=========== ============= =========== ============ ======

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) 71 (same) 48 (+1) 91 (+23) 210 (+24)
main (3.13) 71 (same) 50 (+2) 96 (+5) 217 (+7)
main (3.13) 71 (same) 50 (+2) 97 (+6) 218 (+8)
=========== =========== =========== ============ =========

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) 929 (+1) 209 (-176) 253 (+76) 1,391 (-99)
main (3.13) 931 (+3) 203 (-182) 259 (+82) 1,393 (-97)
=========== ========== ========== ========= ============

Since Python 3.9, Python is now built with ``-fvisibility=hidden`` to avoid
Expand All @@ -71,19 +71,19 @@ Variables

Symbols exported with PyAPI_DATA():

=========== ========== ======== ========= ==========
Python Public Private Internal Total
=========== ========== ======== ========= ==========
2.7.0 129 30 0 159
3.6.0 167 (+38) 42 (+12) 0 (same) 209 (+50)
3.7.0 170 (+3) 35 (-7) 9 (+9) 214 (+5)
3.8.0 174 (+4) 37 (+2) 12 (+3) 223 (+9)
3.9.0 173 (-1) 35 (-2) 14 (+2) 222 (-1)
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) 30 (-1) 12 (same) 218 (-1)
=========== ========== ======== ========= ==========
=========== ========== ======== ======== ==========
Python Public Private Internal Total
=========== ========== ======== ======== ==========
2.7.0 129 30 0 159
3.6.0 167 (+38) 42 (+12) 0 (same) 209 (+50)
3.7.0 170 (+3) 35 (-7) 9 (+9) 214 (+5)
3.8.0 174 (+4) 37 (+2) 12 (+3) 223 (+9)
3.9.0 173 (-1) 35 (-2) 14 (+2) 222 (-1)
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) 20 (-11) 16 (+4) 212 (-7)
=========== ========== ======== ======== ==========

Public functions defined as macros and static inline functions
==============================================================
Expand Down Expand Up @@ -143,7 +143,7 @@ Python Limited API CPython API Internal API Total
3.10.0 41 (-27) 53 (+7) 91 (+53) 185 (+33)
3.11.0 19 (-22) 75 (+22) 112 (+21) 206 (+21)
3.12 (dev) 18 (-1) 84 (+9) 170 (+58) 272 (+66)
main (3.13) 18 (same) 85 (+1) 177 (+7) 280 (+8)
main (3.13) 18 (same) 85 (+1) 179 (+9) 282 (+10)
=========== =========== =========== ============ =========

Count also private structures like "_PyCFrame" and structures with names not starting with Py like "_frozen".
Expand Down

0 comments on commit 5051c32

Please sign in to comment.