@@ -135,6 +135,8 @@ PyStatus
135
135
136
136
Name of the function which created an error, can be ``NULL ``.
137
137
138
+ .. c :namespace :: NULL
139
+
138
140
Functions to create a status:
139
141
140
142
.. c :function :: PyStatus PyStatus_Ok (void)
@@ -210,6 +212,8 @@ PyPreConfig
210
212
211
213
Structure used to preinitialize Python.
212
214
215
+ .. c :namespace :: NULL
216
+
213
217
Function to initialize a preconfiguration:
214
218
215
219
.. c :function :: void PyPreConfig_InitPythonConfig (PyPreConfig *preconfig)
@@ -222,6 +226,8 @@ PyPreConfig
222
226
Initialize the preconfiguration with :ref: `Isolated Configuration
223
227
<init-isolated-conf>`.
224
228
229
+ .. c :namespace :: PyPreConfig
230
+
225
231
Structure fields:
226
232
227
233
.. c :member :: int allocator
@@ -429,6 +435,8 @@ PyConfig
429
435
When done, the :c:func: `PyConfig_Clear ` function must be used to release the
430
436
configuration memory.
431
437
438
+ .. c :namespace :: NULL
439
+
432
440
Structure methods:
433
441
434
442
.. c :function :: void PyConfig_InitPythonConfig (PyConfig *config)
@@ -527,6 +535,8 @@ PyConfig
527
535
The caller of these methods is responsible to handle exceptions (error or
528
536
exit) using ``PyStatus_Exception()`` and ``Py_ExitStatusException()``.
529
537
538
+ .. c:namespace:: PyConfig
539
+
530
540
Structure fields:
531
541
532
542
.. c:member:: PyWideStringList argv
@@ -938,7 +948,7 @@ PyConfig
938
948
.. c:member:: wchar_t* pythonpath_env
939
949
940
950
Module search paths (:data: `sys.path `) as a string separated by ``DELIM``
941
- (:data: `os.path. pathsep `).
951
+ (:data: `os.pathsep `).
942
952
943
953
Set by the :envvar:`PYTHONPATH` environment variable.
944
954
0 commit comments