New submission from YAMAMOTO Takashi <[email protected]>: this patch fixes the number of args of tparm. cf. http://pubs.opengroup.org/onlinepubs/7908799/xcurses/tparm.html
the bug doesn't cause actual problems on systems where tparm takes varargs. but there are systems where tparm takes fixed number of arguments as xcurses prototype does. eg. netbsd. ---------- files: tparm-narg.diff messages: 5392 nosy: pypy-issue, yamt priority: bug status: unread title: fix tparm ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1411> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
