Home
last modified time | relevance | path

Searched refs:Py_STRINGIFY (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Python/
H A Ddynload_win.c24 #define PYD_TAGGED_SUFFIX PYD_DEBUG_SUFFIX ".cp" Py_STRINGIFY(PY_MAJOR_VERSION) Py_STRINGIFY(PY_MINOR_VERSION) "-" PYD_PLATFORM_TAG ".pyd"
26 #define PYD_TAGGED_SUFFIX PYD_DEBUG_SUFFIX ".cp" Py_STRINGIFY(PY_MAJOR_VERSION) Py_STRINGIFY(PY_MINOR_VERSION) ".pyd"
H A Dsysmodule.c2677 #define MAJOR Py_STRINGIFY(PY_MAJOR_VERSION)
2678 #define MINOR Py_STRINGIFY(PY_MINOR_VERSION)
/third_party/python/Include/
H A Dpymacro.h37 /* Convert the argument to a string. For example, Py_STRINGIFY(123) is replaced
39 For example Py_STRINGIFY(__LINE__) is replaced by the line number, not
41 #define Py_STRINGIFY(x) _Py_XSTRINGIFY(x) macro
/third_party/python/Include/cpython/
H A Dobject.h383 : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
/third_party/python/Modules/
H A D_localemodule.c209 if (PyDict_SetItemString(dict, Py_STRINGIFY(ATTR), obj) < 0) { \ in locale_decode_monetary()
H A D_cursesmodule.c2754 Py_STRINGIFY(_COLOR_CONTENT_FUNC)); in _curses_color_content_impl()
3201 Py_STRINGIFY(_CURSES_INIT_COLOR_FUNC)); in _curses_init_color_impl()
3236 Py_STRINGIFY(_CURSES_INIT_PAIR_FUNC)); in _curses_init_pair_impl()
3882 Py_STRINGIFY(_CURSES_PAIR_CONTENT_FUNC)); in _curses_pair_content_impl()
H A D_ssl.c378 #define ERRSTR(x) ERRSTR1("_ssl.c", Py_STRINGIFY(__LINE__), x)
/third_party/python/Modules/_sre/
H A Dsre_lib.h390 Py_STRINGIFY(type), alloc_pos, sizeof(type))); \
403 TRACE(("looking up %s at %zd\n", Py_STRINGIFY(type), pos)); \
/third_party/python/Objects/
H A Dmemoryobject.c671 Py_STRINGIFY(PyBUF_MAX_NDIM)); in mbuf_add_view()
1391 Py_STRINGIFY(PyBUF_MAX_NDIM)); in memoryview_cast_impl()
H A Dobject.c38 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyObject_CheckConsistency()
H A Ddictobject.c505 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyDict_CheckConsistency()
H A Dtypeobject.c125 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (0) in _PyType_CheckConsistency()
H A Dunicodeobject.c504 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyUnicode_CheckConsistency()

Completed in 75 milliseconds