@@ -135,6 +135,8 @@ PyStatus
135135
136136 Name of the function which created an error, can be ``NULL ``.
137137
138+ .. c :namespace :: NULL
139+
138140 Functions to create a status:
139141
140142 .. c :function :: PyStatus PyStatus_Ok (void)
@@ -210,6 +212,8 @@ PyPreConfig
210212
211213 Structure used to preinitialize Python.
212214
215+ .. c :namespace :: NULL
216+
213217 Function to initialize a preconfiguration:
214218
215219 .. c :function :: void PyPreConfig_InitPythonConfig (PyPreConfig *preconfig)
@@ -222,6 +226,8 @@ PyPreConfig
222226 Initialize the preconfiguration with :ref: `Isolated Configuration
223227 <init-isolated-conf>`.
224228
229+ .. c :namespace :: PyPreConfig
230+
225231 Structure fields:
226232
227233 .. c :member :: int allocator
@@ -429,6 +435,8 @@ PyConfig
429435 When done, the :c:func: `PyConfig_Clear ` function must be used to release the
430436 configuration memory.
431437
438+ .. c :namespace :: NULL
439+
432440 Structure methods:
433441
434442 .. c :function :: void PyConfig_InitPythonConfig (PyConfig *config)
@@ -527,6 +535,8 @@ PyConfig
527535 The caller of these methods is responsible to handle exceptions (error or
528536 exit) using ``PyStatus_Exception()`` and ``Py_ExitStatusException()``.
529537
538+ .. c:namespace:: PyConfig
539+
530540 Structure fields:
531541
532542 .. c:member:: PyWideStringList argv
@@ -938,7 +948,7 @@ PyConfig
938948 .. c:member:: wchar_t* pythonpath_env
939949
940950 Module search paths (:data: `sys.path `) as a string separated by ``DELIM``
941- (:data: `os.path. pathsep `).
951+ (:data: `os.pathsep `).
942952
943953 Set by the :envvar:`PYTHONPATH` environment variable.
944954
0 commit comments