File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ 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 Benchmarks for FT and finding bottlenecks.
20+
1921gdb 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
2729importbench 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+
2937msi Support for packaging Python as an MSI package on Windows.
3038
3139nuget 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
4149ssl 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+
4454tz A script to dump timezone from /usr/share/zoneinfo.
4555
4656unicode Tools for generating unicodedata and codecs from unicode.org
You can’t perform that action at this time.
0 commit comments