commit | 3ad2847c0156db8838e0e531b4fb2e67ca0b153a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Sep 19 07:46:24 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Sep 19 07:46:24 2009 +0000 |
tree | 38da112b9805f1f65a5937c1363c271fadc28980 | |
parent | 52197062b04e8a758eb7dc8c53733cc7cb8b27e9 [diff] |
Merged revisions 74943 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74943 | georg.brandl | 2009-09-19 09:35:07 +0200 (Sa, 19 Sep 2009) | 1 line #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a SystemError is set. Also clean up another usage of PyArg_ParseTuple. ........