diff options
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | 2022-04-16 22:57:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-16 22:57:00 (GMT) |
commit | 37965d2fb434d8343d5c70fb6a462a16ae7882b8 (patch) | |
tree | 40d37002d9414950e4b2d889e281438a121545c2 /Doc | |
parent | 8560f4a0f288fec33ba49f85bb872353d631a4dc (diff) | |
download | cpython-37965d2fb434d8343d5c70fb6a462a16ae7882b8.zip cpython-37965d2fb434d8343d5c70fb6a462a16ae7882b8.tar.gz cpython-37965d2fb434d8343d5c70fb6a462a16ae7882b8.tar.bz2 |
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/using/configure.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index b46157c..2e632d8 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -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. |