File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ Core and Builtins
2828 :c:func:`PyObject_Malloc` now detect when functions are called without
2929 holding the GIL.
3030
31- - Issue #26516: Add :envvar`PYTHONMALLOC` environment variable to set the
31+ - Issue #26516: Add :envvar: `PYTHONMALLOC` environment variable to set the
3232 Python memory allocators and/or install debug hooks.
3333
34- - Issue #26516: The :c:func`PyMem_SetupDebugHooks` function can now also be
34+ - Issue #26516: The :c:func: `PyMem_SetupDebugHooks` function can now also be
3535 used on Python compiled in release mode.
3636
3737- Issue #26516: The :envvar:`PYTHONMALLOCSTATS` environment variable can now
@@ -238,7 +238,7 @@ Library
238238 ``None``).
239239
240240- Issue #21925: :func:`warnings.formatwarning` now catches exceptions when
241- calling :func; `linecache.getline` and
241+ calling :func: `linecache.getline` and
242242 :func:`tracemalloc.get_object_traceback` to be able to log
243243 :exc:`ResourceWarning` emitted late during the Python shutdown process.
244244
You can’t perform that action at this time.
0 commit comments