Searched refs:_Py_XSTRINGIFY (Results 1 – 1 of 1) sorted by relevance
13 #define _Py_XSTRINGIFY(x) #x macro19 #define Py_STRINGIFY(x) _Py_XSTRINGIFY(x)