gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)

This commit is contained in:
Dennis Sweeney 2022-04-16 18:57:00 -04:00 committed by GitHub
parent 8560f4a0f2
commit 37965d2fb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 11 deletions

View file

@ -273,7 +273,7 @@ Effects of a debug build:
* Add :func:`sys.gettotalrefcount` function.
* Add :option:`-X showrefcount <-X>` command line option.
* Add :envvar:`PYTHONTHREADDEBUG` environment variable.
* Add support for the ``__ltrace__`` variable: enable low-level tracing in the
* Add support for the ``__lltrace__`` variable: enable low-level tracing in the
bytecode evaluation loop if the variable is defined.
* Install :ref:`debug hooks on memory allocators <default-memory-allocators>`
to detect buffer overflow and other memory errors.