Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c207 # define PySequence_Fast dll_PySequence_Fast macro
H A Dif_python3.c171 # define PySequence_Fast py3_PySequence_Fast macro
H A Dif_py_both.h2084 if (!(fast = PySequence_Fast(item, ""))) in DictionaryUpdate()