mirror of
https://github.com/python/cpython.git
synced 2026-05-19 02:44:16 -04:00
5606d555b6
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 c88239f864)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Source files for standard library extension modules, and former extension modules that are now builtin modules.