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
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)."&