Searched refs:Py_STRINGIFY (Results 1 - 13 of 13) sorted by relevance
/third_party/python/Python/ |
H A D | dynload_win.c | 24 #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 D | sysmodule.c | 2677 #define MAJOR Py_STRINGIFY(PY_MAJOR_VERSION) 2678 #define MINOR Py_STRINGIFY(PY_MINOR_VERSION)
|
/third_party/python/Include/ |
H A D | pymacro.h | 37 /* 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 D | object.h | 383 : _PyObject_AssertFailed((obj), Py_STRINGIFY(expr), \
|
/third_party/python/Modules/ |
H A D | _localemodule.c | 209 if (PyDict_SetItemString(dict, Py_STRINGIFY(ATTR), obj) < 0) { \ in locale_decode_monetary()
|
H A D | _cursesmodule.c | 2754 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.c | 378 #define ERRSTR(x) ERRSTR1("_ssl.c", Py_STRINGIFY(__LINE__), x)
|
/third_party/python/Modules/_sre/ |
H A D | sre_lib.h | 390 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 D | memoryobject.c | 671 Py_STRINGIFY(PyBUF_MAX_NDIM)); in mbuf_add_view() 1391 Py_STRINGIFY(PyBUF_MAX_NDIM)); in memoryview_cast_impl()
|
H A D | object.c | 38 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyObject_CheckConsistency()
|
H A D | dictobject.c | 505 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyDict_CheckConsistency()
|
H A D | typeobject.c | 125 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG((PyObject *)type, Py_STRINGIFY(expr)); } } while (0) in _PyType_CheckConsistency()
|
H A D | unicodeobject.c | 504 do { if (!(expr)) { _PyObject_ASSERT_FAILED_MSG(op, Py_STRINGIFY(expr)); } } while (0) in _PyUnicode_CheckConsistency()
|
Completed in 75 milliseconds