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
16
16
17
17
freeze Create a stand-alone executable from a Python program.
18
18
19
+ ftscalingbench Benchmarks for free-threading and finding bottlenecks.
20
+
19
21
gdb Python code to be run inside gdb, to make it easier to
20
22
debug Python itself (by David Malcolm).
21
23
@@ -26,6 +28,12 @@ i18n Tools for internationalization. pygettext.py
26
28
27
29
importbench A set of micro-benchmarks for various import scenarios.
28
30
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
+
29
37
msi Support for packaging Python as an MSI package on Windows.
30
38
31
39
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
41
49
ssl Scripts to generate ssl_data.h from OpenSSL sources, and run
42
50
tests against multiple installations of OpenSSL and LibreSSL.
43
51
52
+ tsan Utilities for building CPython with thread-sanitizer.
53
+
44
54
tz A script to dump timezone from /usr/share/zoneinfo.
45
55
46
56
unicode Tools for generating unicodedata and codecs from unicode.org
You can’t perform that action at this time.
0 commit comments