• Home
  • Raw
  • Download

Lines Matching refs:PyPreConfig

13 :c:func:`Py_PreInitialize` and the :c:type:`PyPreConfig` structure.
206 PyPreConfig chapter
209 .. c:type:: PyPreConfig
215 .. c:function:: void PyPreConfig_InitPythonConfig(PyPreConfig *preconfig)
220 .. c:function:: void PyPreConfig_InitIsolatedConfig(PyPreConfig *preconfig)
259 If equals to 0, set :c:member:`~PyPreConfig.coerce_c_locale` and
260 :c:member:`~PyPreConfig.coerce_c_locale_warn` members to 0.
300 * Set :c:member:`PyPreConfig.utf8_mode` to ``0``,
340 Preinitialize Python with PyPreConfig
345 * Set the Python memory allocators (:c:member:`PyPreConfig.allocator`)
348 (:c:member:`PyPreConfig.utf8_mode`)
350 The current preconfiguration (``PyPreConfig`` type) is stored in
355 .. c:function:: PyStatus Py_PreInitialize(const PyPreConfig *preconfig)
361 .. c:function:: PyStatus Py_PreInitializeFromBytesArgs(const PyPreConfig *preconfig, int argc, char…
366 :c:member:`~PyPreConfig.parse_argv` of *preconfig* is non-zero.
370 .. c:function:: PyStatus Py_PreInitializeFromArgs(const PyPreConfig *preconfig, int argc, wchar_t *…
375 :c:member:`~PyPreConfig.parse_argv` of *preconfig* is non-zero.
392 :c:member:`PyPreConfig.allocator` is set to ``PYMEM_ALLOCATOR_NOT_SET``.
403 PyPreConfig preconfig;
502 (:c:type:`PyPreConfig`) in based on the :c:type:`PyConfig`. If configuration
503 fields which are in common with :c:type:`PyPreConfig` are tuned, they must
685 :c:member:`~PyPreConfig.legacy_windows_fs_encoding` of
686 :c:type:`PyPreConfig` is non-zero.
690 * ``"utf-8"`` if :c:member:`PyPreConfig.utf8_mode` is non-zero.
710 :c:member:`~PyPreConfig.legacy_windows_fs_encoding` of
711 :c:type:`PyPreConfig` is non-zero.
800 See also :c:member:`PyPreConfig.isolated`.
1075 * ``"UTF-8"`` if :c:member:`PyPreConfig.utf8_mode` is non-zero.
1081 * ``"surrogateescape"`` if :c:member:`PyPreConfig.utf8_mode` is non-zero,