summaryrefslogtreecommitdiffstats
path: root/Python/codecs.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-04-10 20:29:48 (GMT)
committerGuido van Rossum <guido@python.org>2003-04-10 20:29:48 (GMT)
commit6b3fffaf990c64ecf6fc1df7e29dba17bda9d419 (patch)
tree614cc1e1c7548d9c2cddb56042927467817cc771 /Python/codecs.c
parent594adac0bf9e800997ff967a550c6645d8de14e5 (diff)
downloadcpython-6b3fffaf990c64ecf6fc1df7e29dba17bda9d419.zip
cpython-6b3fffaf990c64ecf6fc1df7e29dba17bda9d419.tar.gz
cpython-6b3fffaf990c64ecf6fc1df7e29dba17bda9d419.tar.bz2
PyErr_NormalizeException(): in the type==NULL test, we should simply
return. Setting an exception can mess with the exception state, and continuing is definitely wrong (since type is dereferenced later on). Some code that calls this seems to be prepared for a NULL exception type, so let's be safe rather than sorry and simply assume there's nothing to normalize in this case.
Diffstat (limited to 'Python/codecs.c')
0 files changed, 0 insertions, 0 deletions