]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug in comparing function objects detected by Sjoerd:
authorGuido van Rossum <guido@python.org>
Tue, 5 Aug 1997 16:51:05 +0000 (16:51 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 5 Aug 1997 16:51:05 +0000 (16:51 +0000)
commit83f9ad8399a7b199263ea1522a8d599d6dea6eb0
tree80b97fde95182b742b52264a7c18ff848e491da9
parentd6615ab30c5155b746aaef1565835c962d16bae3
Fix bug in comparing function objects detected by Sjoerd:

SystemError: bad argument to internal function

caused by comparing NULL pointer default args.
Objects/funcobject.c