File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ Core and Builtins
28
28
:c:func:`PyObject_Malloc` now detect when functions are called without
29
29
holding the GIL.
30
30
31
- - Issue #26516: Add :envvar`PYTHONMALLOC` environment variable to set the
31
+ - Issue #26516: Add :envvar: `PYTHONMALLOC` environment variable to set the
32
32
Python memory allocators and/or install debug hooks.
33
33
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
35
35
used on Python compiled in release mode.
36
36
37
37
- Issue #26516: The :envvar:`PYTHONMALLOCSTATS` environment variable can now
@@ -238,7 +238,7 @@ Library
238
238
``None``).
239
239
240
240
- Issue #21925: :func:`warnings.formatwarning` now catches exceptions when
241
- calling :func; `linecache.getline` and
241
+ calling :func: `linecache.getline` and
242
242
:func:`tracemalloc.get_object_traceback` to be able to log
243
243
:exc:`ResourceWarning` emitted late during the Python shutdown process.
244
244
You can’t perform that action at this time.
0 commit comments