]> granicus.if.org Git - python/commit
The call to PyArg_ParseTuple in al_Connect had one too few arguments.
authorGuido van Rossum <guido@python.org>
Fri, 10 Dec 1999 15:12:11 +0000 (15:12 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Dec 1999 15:12:11 +0000 (15:12 +0000)
commit09ac0881524032487738a087874a75de74a18547
tree1baab769f60cf8f81027bb6095b837f0e5f5512c
parentd6ecfea8ded58ca2f97353423b3cf19e11fb63ad
The call to PyArg_ParseTuple in al_Connect had one too few arguments.
This fixes PR#157.
Modules/almodule.c