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 @@ -449,7 +449,7 @@ Miscellaneous options
449
449
on a crash.
450
450
* Enable :ref: `asyncio debug mode <asyncio-debug-mode >`.
451
451
* Set the :attr: `~sys.flags.dev_mode ` attribute of :attr: `sys.flags ` to
452
- ``True ``
452
+ ``True ``.
453
453
454
454
* ``-X utf8 `` enables UTF-8 mode for operating system interfaces, overriding
455
455
the default locale-aware mode. ``-X utf8=0 `` explicitly disables UTF-8
@@ -745,8 +745,8 @@ conflict.
745
745
746
746
* ``debug ``: install debug hooks on top of the :ref: `default memory
747
747
allocators <default-memory-allocators>`.
748
- * ``malloc_debug ``: same as ``malloc `` but also install debug hooks
749
- * ``pymalloc_debug ``: same as ``pymalloc `` but also install debug hooks
748
+ * ``malloc_debug ``: same as ``malloc `` but also install debug hooks.
749
+ * ``pymalloc_debug ``: same as ``pymalloc `` but also install debug hooks.
750
750
751
751
See the :ref: `default memory allocators <default-memory-allocators >` and the
752
752
:c:func: `PyMem_SetupDebugHooks ` function (install debug hooks on Python
You can’t perform that action at this time.
0 commit comments