]> granicus.if.org Git - python/commit
Always call tparm with 10 arguments. It seems it's not varargs i
authorMichael W. Hudson <mwh@python.net>
Thu, 21 Nov 2002 14:17:51 +0000 (14:17 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 21 Nov 2002 14:17:51 +0000 (14:17 +0000)
commit2100798b8c2741347cb1bd4bf545f706574f523e
treed9c3f8abe29d5d2d9576608642e65512ed707828
parent3e554d7b8a90cafc677ef49dc89ccd81a146d2bb
Always call tparm with 10 arguments.  It seems it's not varargs i
more often than it is.  In response to bug:

[ 641808 ] Portability of Modules/_cursesmodule.c

submitted by Nick Mclaren.
Modules/_cursesmodule.c