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

  /external/python/cpython2/PC/
pyconfig.h 122 * _Py_STRINGIZE2(_MSC_VER) but as this call is the result of token-pasting
124 * _Py_STRINGIZE2(1200) which then expands to
128 #define _Py_STRINGIZE1(X) _Py_STRINGIZE2 ## X
129 #define _Py_STRINGIZE2(X) #X
  /external/python/cpython3/PC/
pyconfig.h 99 * _Py_STRINGIZE2(_MSC_VER) but as this call is the result of token-pasting
101 * _Py_STRINGIZE2(1200) which then expands to
105 #define _Py_STRINGIZE1(X) _Py_STRINGIZE2 ## X
106 #define _Py_STRINGIZE2(X) #X

Completed in 270 milliseconds