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