cpython/Tools/scripts
Mark Shannon 622300bdfa
GH-132554: Add stats for GET_ITER (GH-132592)
* Add stats for GET_ITER

* Look for common iterable types, not iterator types

* Add stats for self iter and fix naming in summary
2025-04-29 09:00:14 +01:00
..
checkpip.py
combinerefs.py
divmod_threshold.py
idle3
long_conv_tables.py gh-130599: use static constants str-to-int conversion (gh-130714) 2025-03-03 19:00:50 -08:00
pydoc3
README
sortperf.py
summarize_stats.py GH-132554: Add stats for GET_ITER (GH-132592) 2025-04-29 09:00:14 +01:00
var_access_benchmark.py

This directory contains a collection of executable Python scripts that are
useful while building, extending or managing Python.

checkpip.py               Checks the version of the projects bundled in ensurepip
                          are the latest available
combinerefs.py            A helper for analyzing PYTHONDUMPREFS output
divmod_threshold.py       Determine threshold for switching from longobject.c
                          divmod to _pylong.int_divmod()
idle3                     Main program to start IDLE
pydoc3                    Python documentation browser
run_tests.py              Run the test suite with more sensible default options
summarize_stats.py        Summarize specialization stats for all files in the
                          default stats folders
var_access_benchmark.py   Show relative speeds of local, nonlocal, global,
                          and built-in access