]> granicus.if.org Git - python/commit
#6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a SystemError...
authorGeorg Brandl <georg@python.org>
Sat, 19 Sep 2009 07:35:07 +0000 (07:35 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 19 Sep 2009 07:35:07 +0000 (07:35 +0000)
commitab849891ef1d96c4f770fbd256b2436359146f03
treea201a3732f3180a1a7093c84f3eb41440cedfcad
parent9db5540ec46d5163231de8ddc574c215b2384753
#6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a SystemError is set.  Also clean up another usage of PyArg_ParseTuple.
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c