]> granicus.if.org Git - python/commit
Fix for SF bug 117402, crashes on str(array) and repr(array). This was an
authorTim Peters <tim.peters@gmail.com>
Fri, 10 Nov 2000 19:04:19 +0000 (19:04 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 10 Nov 2000 19:04:19 +0000 (19:04 +0000)
commit7c1cb461263149129984fcae5530c5fbf9105b74
treeea76145d41586795a742e20df2b5a34dc5650068
parente5cd584b9fa9592c729c0a1cdf1f84829882b6f9
Fix for SF bug 117402, crashes on str(array) and repr(array).  This was an
unfortunate consequence of somebody switching from PyArg_Parse to
PyArg_ParseTuple but without changing the argument from a NULL to a tuple.
Modules/arraymodule.c