Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmodsupport.h130 #define Py_CLEANUP_SUPPORTED 0x20000 macro
/external/python/cpython3/Modules/
D_struct.c2072 return Py_CLEANUP_SUPPORTED; in cache_struct_converter()
2083 return Py_CLEANUP_SUPPORTED; in cache_struct_converter()
Dbinascii.c241 return Py_CLEANUP_SUPPORTED; in ascii_buffer_converter()
Dsocketmodule.c1584 return Py_CLEANUP_SUPPORTED; in idna_converter()
Dposixmodule.c1139 return Py_CLEANUP_SUPPORTED; in path_converter()
/external/python/cpython3/Doc/c-api/
Darg.rst345 If the *converter* returns ``Py_CLEANUP_SUPPORTED``, it may get called a
352 ``Py_CLEANUP_SUPPORTED`` was added.
/external/python/cpython3/Python/
Dgetargs.c1302 if (res == Py_CLEANUP_SUPPORTED && in convertsimple()
/external/python/cpython3/Objects/
Dunicodeobject.c3734 return Py_CLEANUP_SUPPORTED; in PyUnicode_FSConverter()
3809 return Py_CLEANUP_SUPPORTED; in PyUnicode_FSDecoder()