@@ -16,6 +16,9 @@ clinic A preprocessor for CPython C files in order to automate
1616
1717freeze Create a stand-alone executable from a Python program.
1818
19+ ftscalingbench Runs a set of small benchmarks to help identify scaling
20+ bottlenecks in the free-threaded interpreter.
21+
1922gdb Python code to be run inside gdb, to make it easier to
2023 debug Python itself (by David Malcolm).
2124
@@ -26,6 +29,14 @@ i18n Tools for internationalization. pygettext.py
2629
2730importbench A set of micro-benchmarks for various import scenarios.
2831
32+ inspection A set of benchmarks to measure get_stack_trace() performance.
33+
34+ jit Documentation and tools for building the JIT compiler. See
35+ jit/README.md for more information.
36+
37+ lockbench Benchmarks to measure the performance of PyMutex and
38+ PyThread_type_lock locks with short critical sections.
39+
2940msi Support for packaging Python as an MSI package on Windows.
3041
3142nuget Files for the NuGet package manager for .NET.
@@ -35,12 +46,14 @@ patchcheck Tools for checking and applying patches to the Python source cod
3546
3647peg_generator PEG-based parser generator (pegen) used for new parser.
3748
38- scripts A number of useful single-file programs, e.g. run_tests.py
39- which runs the Python test suite .
49+ scripts A number of useful single-file programs. See scripts/README for
50+ more information .
4051
4152ssl Scripts to generate ssl_data.h from OpenSSL sources, and run
4253 tests against multiple installations of OpenSSL and LibreSSL.
4354
55+ tsan Files that contain suppressions for TSan.
56+
4457tz A script to dump timezone from /usr/share/zoneinfo.
4558
4659unicode Tools for generating unicodedata and codecs from unicode.org
0 commit comments