HomeSort by relevance Sort by last modified time
    Searched refs:Py_STRINGIFY (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Python/
dynload_win.c 28 #define PYD_TAGGED_SUFFIX PYD_DEBUG_SUFFIX ".cp" Py_STRINGIFY(PY_MAJOR_VERSION) Py_STRINGIFY(PY_MINOR_VERSION) "-" PYD_PLATFORM_TAG ".pyd"
30 #define PYD_TAGGED_SUFFIX PYD_DEBUG_SUFFIX ".cp" Py_STRINGIFY(PY_MAJOR_VERSION) Py_STRINGIFY(PY_MINOR_VERSION) ".pyd"
sysmodule.c     [all...]
  /external/python/cpython3/Include/
pymacro.h 15 /* Convert the argument to a string. For example, Py_STRINGIFY(123) is replaced
17 For example Py_STRINGIFY(__LINE__) is replaced by the line number, not
19 #define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)
  /external/python/cpython3/Modules/
_struct.c 567 "short format requires " Py_STRINGIFY(SHRT_MIN)
568 " <= number <= " Py_STRINGIFY(SHRT_MAX));
586 Py_STRINGIFY(USHRT_MAX));
    [all...]
sre_lib.h 375 Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
388 TRACE(("looking up %s at %" PY_FORMAT_SIZE_T "d\n", Py_STRINGIFY(type), pos)); \
    [all...]
_ssl.c 356 #define ERRSTR(x) ERRSTR1("_ssl.c", Py_STRINGIFY(__LINE__), x)
    [all...]
  /external/python/cpython3/Objects/
memoryobject.c 661 Py_STRINGIFY(PyBUF_MAX_NDIM));
    [all...]

Completed in 460 milliseconds