Searched refs:PyMapping_Keys (Results 1 – 4 of 4) sorted by relevance
217 # ifdef PyMapping_Keys220 # define PyMapping_Keys dll_PyMapping_Keys macro
186 # ifndef PyMapping_Keys187 # define PyMapping_Keys py3_PyMapping_Keys macro
6007 if (!(list = PyMapping_Keys(obj))) in pymap_to_tv()
16496 Solution: Python patch 24: use PyMapping_Keys. (ZyX)