Skip to content

Commit 97329eb

Browse files
committed
Update stats
1 parent e2b770e commit 97329eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
#os.chdir('/home/vstinner/python/2.7')
88
os.chdir('/home/vstinner/python/main')
99
public, private, internal = get_functions()
10-
for name in sorted(private):
10+
for name in sorted(internal):
1111
print(name)

doc/stats.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Python Limited API CPython API Internal API Total
1818
3.10.0 9,909 (50%) 4,584 (23%) 5,519 (28%) 20,012
1919
3.11.0 8,733 (36%) 5,407 (22%) 10,047 (42%) 24,187
2020
3.12 (dev) 8,989 (28%) 5,815 (18%) 17,631 (54%) 32,435
21-
main (3.13) 8,749 (26%) 4,598 (13%) 20,930 (61%) 34,277
21+
main (3.13) 8,749 (25%) 4,599 (13%) 21,016 (61%) 34,364
2222
=========== ============= =========== ============ ======
2323

2424
File Numbers
@@ -56,7 +56,7 @@ Python Public Private Internal Total
5656
3.10.0 885 (-34) 412 (same) 115 (+6) 1,412 (-28)
5757
3.11.0 891 (+6) 360 (-52) 176 (+61) 1,427 (+15)
5858
3.12 (dev) 928 (+37) 385 (+25) 177 (+1) 1,490 (+63)
59-
main (3.13) 937 (+9) 160 (-225) 158 (-19) 1,255 (-235)
59+
main (3.13) 938 (+10) 160 (-225) 150 (-27) 1,248 (-242)
6060
=========== ========== ========== ========= ============
6161

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

0 commit comments

Comments
 (0)