Home
last modified time | relevance | path

Searched refs:PySys_AddWarnOptionUnicode (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/
Dsysmodule.h30 PyAPI_FUNC(void) PySys_AddWarnOptionUnicode(PyObject *);
/external/python/cpython3/PC/
Dpython3.def551 PySys_AddWarnOptionUnicode=python37.PySys_AddWarnOptionUnicode
/external/python/cpython3/Python/
Dsysmodule.c1812 PySys_AddWarnOptionUnicode(PyObject *option) in PySys_AddWarnOptionUnicode() function
1829 PySys_AddWarnOptionUnicode(unicode); in PySys_AddWarnOption()
/external/python/cpython3/Doc/c-api/
Dsys.rst216 .. c:function:: void PySys_AddWarnOptionUnicode(PyObject *unicode)
/external/python/cpython3/Doc/data/
Drefcounts.dat2118 PySys_AddWarnOptionUnicode:void:::
2119 PySys_AddWarnOptionUnicode:PyObject*:unicode:0:
/external/python/cpython3/Doc/whatsnew/
D3.7.rst2485 * :c:func:`PySys_AddWarnOptionUnicode` is not currently usable by embedding
/external/python/cpython3/Misc/
DHISTORY12767 be consistent with os.environ. Add PySys_AddWarnOptionUnicode() function.