mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
merge 3.5
This commit is contained in:
commit
9d1e4a54f7
1 changed files with 1 additions and 1 deletions
|
@ -1080,7 +1080,7 @@ done:
|
|||
Py_XDECREF(readlinestate_global->endidx);
|
||||
readlinestate_global->begidx = PyLong_FromLong((long) start);
|
||||
readlinestate_global->endidx = PyLong_FromLong((long) end);
|
||||
result = completion_matches(text, *on_completion);
|
||||
result = completion_matches((char *)text, *on_completion);
|
||||
#ifdef WITH_THREAD
|
||||
PyGILState_Release(gilstate);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue