Skip to content

Commit 080faf2

Browse files
sobolevnAA-Turnerhugovk
authored
Docs: add missing tools to Tools/README (#139150)
Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent e101f90 commit 080faf2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Tools/README

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ clinic A preprocessor for CPython C files in order to automate
1616

1717
freeze Create a stand-alone executable from a Python program.
1818

19+
ftscalingbench Benchmarks for free-threading and finding bottlenecks.
20+
1921
gdb Python code to be run inside gdb, to make it easier to
2022
debug Python itself (by David Malcolm).
2123

@@ -26,6 +28,12 @@ i18n Tools for internationalization. pygettext.py
2628

2729
importbench A set of micro-benchmarks for various import scenarios.
2830

31+
inspection Tooling for PEP-678 "Safe external debugger interface for CPython".
32+
33+
jit Tooling for building the JIT.
34+
35+
lockbench Benchmarks for PyMutex and critical sections.
36+
2937
msi Support for packaging Python as an MSI package on Windows.
3038

3139
nuget Files for the NuGet package manager for .NET.
@@ -41,6 +49,8 @@ scripts A number of useful single-file programs, e.g. run_tests.py
4149
ssl Scripts to generate ssl_data.h from OpenSSL sources, and run
4250
tests against multiple installations of OpenSSL and LibreSSL.
4351

52+
tsan Utilities for building CPython with thread-sanitizer.
53+
4454
tz A script to dump timezone from /usr/share/zoneinfo.
4555

4656
unicode Tools for generating unicodedata and codecs from unicode.org

0 commit comments

Comments
 (0)