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 @@ -457,7 +457,7 @@ Miscellaneous options
457
457
on a crash.
458
458
* Enable :ref: `asyncio debug mode <asyncio-debug-mode >`.
459
459
* Set the :attr: `~sys.flags.dev_mode ` attribute of :attr: `sys.flags ` to
460
- ``True ``
460
+ ``True ``.
461
461
* :class: `io.IOBase ` destructor logs ``close() `` exceptions.
462
462
463
463
* ``-X utf8 `` enables UTF-8 mode for operating system interfaces, overriding
@@ -780,8 +780,8 @@ conflict.
780
780
781
781
* ``debug ``: install debug hooks on top of the :ref: `default memory
782
782
allocators <default-memory-allocators>`.
783
- * ``malloc_debug ``: same as ``malloc `` but also install debug hooks
784
- * ``pymalloc_debug ``: same as ``pymalloc `` but also install debug hooks
783
+ * ``malloc_debug ``: same as ``malloc `` but also install debug hooks.
784
+ * ``pymalloc_debug ``: same as ``pymalloc `` but also install debug hooks.
785
785
786
786
See the :ref: `default memory allocators <default-memory-allocators >` and the
787
787
:c:func: `PyMem_SetupDebugHooks ` function (install debug hooks on Python
You can’t perform that action at this time.
0 commit comments