Lines Matching refs:Py_Initialize
17 In an application embedding Python, the :c:func:`Py_Initialize` function must
65 :c:func:`Py_Initialize`: :c:func:`Py_EncodeLocale`, :c:func:`Py_GetPath`,
229 .. c:function:: void Py_Initialize()
263 This function works like :c:func:`Py_Initialize` if *initsigs* is ``1``. If
272 :c:func:`Py_Initialize` is called again.
277 Undo all initializations made by :c:func:`Py_Initialize` and subsequent use of
280 the last call to :c:func:`Py_Initialize`. Ideally, this frees all memory
282 time (without calling :c:func:`Py_Initialize` again first). Normally the
302 than once; this can happen if an application calls :c:func:`Py_Initialize` and
322 single: Py_Initialize()
326 This function should be called before :c:func:`Py_Initialize`, if it is
341 again in order to affect subsequent calls to :c:func:`Py_Initialize`.
352 single: Py_Initialize()
356 This function should be called before :c:func:`Py_Initialize` is called for
379 This function should not be called before :c:func:`Py_Initialize`, otherwise
383 It now returns ``NULL`` if called before :c:func:`Py_Initialize`.
398 This function should not be called before :c:func:`Py_Initialize`, otherwise
402 It now returns ``NULL`` if called before :c:func:`Py_Initialize`.
439 This function should not be called before :c:func:`Py_Initialize`, otherwise
443 It now returns ``NULL`` if called before :c:func:`Py_Initialize`.
458 This function should not be called before :c:func:`Py_Initialize`, otherwise
462 It now returns ``NULL`` if called before :c:func:`Py_Initialize`.
482 This function should not be called before :c:func:`Py_Initialize`, otherwise
488 It now returns ``NULL`` if called before :c:func:`Py_Initialize`.
499 :c:func:`Py_Initialize`, then :c:func:`Py_GetPath` won't attempt to compute a
509 if required after calling :c:func:`Py_Initialize`.
671 This function should not be called before :c:func:`Py_Initialize`, otherwise
675 It now returns ``NULL`` if called before :c:func:`Py_Initialize`.
804 interpreter (created automatically by :c:func:`Py_Initialize`). Python
890 This function is now called by :c:func:`Py_Initialize()`, so you don't
894 This function cannot be called before :c:func:`Py_Initialize()` anymore.
908 The :term:`GIL` is now initialized by :c:func:`Py_Initialize()`.
1050 All of the following functions must be called after :c:func:`Py_Initialize`.
1053 :c:func:`Py_Initialize()` now initializes the :term:`GIL`.
1348 single: Py_Initialize()
1371 calling :c:func:`Py_FinalizeEx` and :c:func:`Py_Initialize`; in that