diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-06-22 08:40:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 08:40:54 (GMT) |
commit | 5606d555b6e797625be9b0368472a86d8ad5252e (patch) | |
tree | bcc432e62ba4dd1768f0c699ca0bb26262c5a549 /Python/compile.c | |
parent | 353c4bab7d103cb66391a83f3c27cd75ae13a754 (diff) | |
download | cpython-5606d555b6e797625be9b0368472a86d8ad5252e.zip cpython-5606d555b6e797625be9b0368472a86d8ad5252e.tar.gz cpython-5606d555b6e797625be9b0368472a86d8ad5252e.tar.bz2 |
bpo-26407: Do not mask errors in csv. (GH-20536)
Unexpected errors in calling the __iter__ method are no longer
masked by TypeError in csv.reader(), csv.writer.writerow() and
csv.writer.writerows().
(cherry picked from commit c88239f864a27f673c0f0a9e62d2488563f9d081)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions