]> granicus.if.org Git - python/commit
Fix SF bug #1476111: SystemError in socket sendto. The AF_INET6 and
authorThomas Wouters <thomas@python.org>
Tue, 25 Apr 2006 15:08:10 +0000 (15:08 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 25 Apr 2006 15:08:10 +0000 (15:08 +0000)
commit0452049b6f3c8f78193b0f83072b357264dbcb1c
tree140629962566ce943030a335aa80645242856397
parent3bbbc49060c3a420a339b9d00ec9cf1c95200c82
Fix SF bug #1476111: SystemError in socket sendto. The AF_INET6 and
AF_PACKET cases in getsockaddrarg were missing their own checks for
tuple-ness of the address argument, which means a confusing SystemError was
raised by PyArg_ParseTuple instead.
Modules/socketmodule.c