Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c82 #define PyBytes_AsStringAndSize PyString_AsStringAndSize
238 # define PyString_AsStringAndSize dll_PyString_AsStringAndSize macro
/vim-8.2.3635/src/testdir/
H A Dtest_python2.vim2479 'u"\\0"', # Fail PyString_AsStringAndSize(bytes, , NULL) check
2480 '"\\0"', # Fail PyString_AsStringAndSize(object, , NULL) check
H A Dtest_python3.vim2667 'b"\\0"', # Fail PyString_AsStringAndSize(object, , NULL) check
2668 '"\\0"', # Fail PyString_AsStringAndSize(bytes, , NULL) check
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt17475 Solution: Change argument type of PyString_AsStringAndSize. (Taro Muraoka,