Home
last modified time | relevance | path

Searched refs:py_dict_alloc (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dif_py_both.h1593 py_dict_alloc(void) in py_dict_alloc() function
1613 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()
/vim-8.2.3635/src/testdir/
H A Dtest_python2.vim2667 ##! Not checked: py_dict_alloc failure
H A Dtest_python3.vim2855 ##! Not checked: py_dict_alloc failure
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt16561 Solution: Use py_dict_alloc(). Fix some exception problems. (ZyX)