]> granicus.if.org Git - python/commit
Remove PyArg_ParseTuple() for methods which take no args,
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Feb 2003 18:18:00 +0000 (18:18 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Feb 2003 18:18:00 +0000 (18:18 +0000)
commit08ea61ad45928e26da9ef2dade7776e61dbfbff2
treee327494d4f93e18a49559ea7c85d819335119f8e
parente241ce830ab49be5af21b5cc08660866efc48f2e
Remove PyArg_ParseTuple() for methods which take no args,
use METH_NOARGS instead
Python/import.c