Searched refs:py_dict_alloc (Results 1 – 4 of 4) sorted by relevance
1593 py_dict_alloc(void) in py_dict_alloc() function1613 if (!(dict = py_dict_alloc())) in DictionaryConstructor()5928 if (!(dict = py_dict_alloc())) in pydict_to_tv()6001 if (!(dict = py_dict_alloc())) in pymap_to_tv()
2667 ##! Not checked: py_dict_alloc failure
2855 ##! Not checked: py_dict_alloc failure
16561 Solution: Use py_dict_alloc(). Fix some exception problems. (ZyX)