mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
This commit is contained in:
parent
8560f4a0f2
commit
37965d2fb4
8 changed files with 11 additions and 11 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue