commit | e23eb57f08aa3f2f379757ed3d97fbf3188a1704 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu May 14 01:49:48 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu May 14 01:49:48 1998 +0000 |
tree | 1ea0e749cfb84d7ddb95491e5fa53077b5453cb9 | |
parent | 474b19e2abc71c3ae0afd5e7a11006cf40b9c047 [diff] |
Since PyDict_GetItem() can't raise an exception any more, there's no need to cxall PyErr_Clear() when it returns NULL.