]> granicus.if.org Git - python/commit
When PyInt_FromLong() returns NULL, you do not need to check
authorFred Drake <fdrake@acm.org>
Fri, 22 Sep 2000 15:21:31 +0000 (15:21 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 22 Sep 2000 15:21:31 +0000 (15:21 +0000)
commit676940b49742309dd8914edc9ed276cfd38aa557
tree6feb7ef505f013a938ece36ac7a34453efbd9ff9
parentd35509a82d8fc1cb41ac9f10755f359e60a339a4
When PyInt_FromLong() returns NULL, you do not need to check
PyErr_Occurred().  Removed the extra test and setting of a
bogus exception.
Modules/pyexpat.c