Searched refs:PyString_AsStringAndSize (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | if_python.c | 82 #define PyBytes_AsStringAndSize PyString_AsStringAndSize 238 # define PyString_AsStringAndSize dll_PyString_AsStringAndSize macro
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_python2.vim | 2479 'u"\\0"', # Fail PyString_AsStringAndSize(bytes, , NULL) check 2480 '"\\0"', # Fail PyString_AsStringAndSize(object, , NULL) check
|
| H A D | test_python3.vim | 2667 'b"\\0"', # Fail PyString_AsStringAndSize(object, , NULL) check 2668 '"\\0"', # Fail PyString_AsStringAndSize(bytes, , NULL) check
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 17475 Solution: Change argument type of PyString_AsStringAndSize. (Taro Muraoka,
|