]> granicus.if.org Git - python/commit
readline module cleanup
authorChristian Heimes <christian@cheimes.de>
Mon, 12 Nov 2007 18:58:08 +0000 (18:58 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 12 Nov 2007 18:58:08 +0000 (18:58 +0000)
commit1bc4af4bdd9732e280958b1dee4f23f186930906
tree67ca3dfdc22883c35090a8f7c81ca158e5946751
parentedc526c161a47203a3a1fdabd1a3e52374530b09
readline module cleanup
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?
Modules/readline.c