Home
last modified time | relevance | path

Searched refs:PyNumber_Long (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python.c251 # define PyNumber_Long dll_PyNumber_Long macro
H A Dif_python3.c258 # define PyNumber_Long (*py3_PyNumber_Long) macro
H A Dif_py_both.h190 if (!(num = PyNumber_Long(obj))) in NumberToLong()
6351 if (!(num = PyNumber_Long(obj))) in _ConvertFromPyObject()