commit | 1bc4af4bdd9732e280958b1dee4f23f186930906 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Mon Nov 12 18:58:08 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Mon Nov 12 18:58:08 2007 +0000 |
tree | 67ca3dfdc22883c35090a8f7c81ca158e5946751 | |
parent | edc526c161a47203a3a1fdabd1a3e52374530b09 [diff] |
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?