• Christian Heimes's avatar
    readline module cleanup · 1bc4af4b
    Christian Heimes yazdı
    fixed indention to tabs
    use Py_RETURN_NONE macro
    added more error checks to on_completion_display_matches_hook
    
    open question: Does PyList_SetItem(l, i, o) steal a reference to o in the case of an error?
    1bc4af4b
readline.c 23.8 KB