SIGN IN SIGN UP

Issue #23700: NamedTemporaryFile iterator closed underlied file object in

some circunstances while NamedTemporaryFile object was living.  This causes
failing test_csv.  Changed the implementation of NamedTemporaryFile.__iter__
to make tests passed.
S
Serhiy Storchaka committed
d83b7c2df4439b678bf7e372f8c9bbaff2907689
Parent: f0c6cd3