Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmodsupport.h88 #define Py_CLEANUP_SUPPORTED 0x20000 macro
/external/python/cpython3/Modules/
Dbinascii.c241 return Py_CLEANUP_SUPPORTED; in ascii_buffer_converter()
Dsocketmodule.c1523 return Py_CLEANUP_SUPPORTED; in idna_converter()
Dposixmodule.c1046 return Py_CLEANUP_SUPPORTED; in path_converter()
/external/python/cpython3/Doc/c-api/
Darg.rst329 If the *converter* returns ``Py_CLEANUP_SUPPORTED``, it may get called a
336 ``Py_CLEANUP_SUPPORTED`` was added.
/external/python/cpython3/Python/
Dgetargs.c1247 if (res == Py_CLEANUP_SUPPORTED && in convertsimple()
/external/python/cpython3/Objects/
Dunicodeobject.c3893 return Py_CLEANUP_SUPPORTED; in PyUnicode_FSConverter()
3967 return Py_CLEANUP_SUPPORTED; in PyUnicode_FSDecoder()