[issue23373] curses.textpad crashes in insert mode on wide window

2015-02-01 Thread Alex Martelli
New submission from Alex Martelli: http://stackoverflow.com/questions/28264353/stack-overflow-in-pythons-curses-is-it-bug-in-the-module/28264823#28264823 for details. a curses.textpad on a wide-enough window, in insert mode, causes a crash by recursion limit exceeded (in

[issue6421] errors in docs re module initialization vs self arg to functions

2009-07-04 Thread Alex Martelli
New submission from Alex Martelli : http://docs.python.org/3.1/c-api/structures.html#PyMethodDef says (under METH_VARARGS): """The first one is the self object for methods; for module functions, it has the value given to Py_InitModule4 (or NULL if Py_InitModule was used)."&