]> 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 02:16:20 +0000 (02:16 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 May 1998 02:16:20 +0000 (02:16 +0000)
commit234e260d5ed827364c733bf086d68c4395c0d9e6
treee373907fd93d32fed9155b933daddf96468356c7
parente23eb57f08aa3f2f379757ed3d97fbf3188a1704
Since PyDict_GetItem() can't raise an exception any more, there's no
need to call PyErr_Clear() when it returns NULL.
Python/ceval.c
Python/compile.c