]> granicus.if.org Git - python/commit
Since PyDict_GetItem() can't raise an exception any more, there's no
authorGuido van Rossum <guido@python.org>
Thu, 14 May 1998 01:49:48 +0000 (01:49 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 May 1998 01:49:48 +0000 (01:49 +0000)
commite23eb57f08aa3f2f379757ed3d97fbf3188a1704
tree1ea0e749cfb84d7ddb95491e5fa53077b5453cb9
parent474b19e2abc71c3ae0afd5e7a11006cf40b9c047
Since PyDict_GetItem() can't raise an exception any more, there's no
need to cxall PyErr_Clear() when it returns NULL.
Objects/frameobject.c