-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Docs: add missing tools to Tools/README
#139150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
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 | |
|
||
freeze Create a stand-alone executable from a Python program. | ||
|
||
ftscalingbench Benchmarks for free-threading and finding bottlenecks. | ||
|
||
gdb Python code to be run inside gdb, to make it easier to | ||
debug Python itself (by David Malcolm). | ||
|
||
|
@@ -26,6 +28,12 @@ i18n Tools for internationalization. pygettext.py | |
|
||
importbench A set of micro-benchmarks for various import scenarios. | ||
|
||
inspection Tooling for PEP-678 "Safe external debugger interface for CPython". | ||
sobolevn marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
jit Tooling for building the JIT. | ||
|
||
lockbench Benchmarks for PyMutex and critical sections. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Likewise? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nope, because these are micro-benchmarks for very specific use-cases, basically not user-facing ones, but ones used for development. We have many existing ones already. From time to time they are getting removed. |
||
|
||
msi Support for packaging Python as an MSI package on Windows. | ||
|
||
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 | |
ssl Scripts to generate ssl_data.h from OpenSSL sources, and run | ||
tests against multiple installations of OpenSSL and LibreSSL. | ||
|
||
tsan Utilities for building CPython with thread-sanitizer. | ||
|
||
tz A script to dump timezone from /usr/share/zoneinfo. | ||
|
||
unicode Tools for generating unicodedata and codecs from unicode.org | ||
|
Uh oh!
There was an error while loading. Please reload this page.