Changes between Version 1 and Version 3 of Ticket #32821
- Timestamp:
- Jun 6, 2021, 2:05:13 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32821
- Property Has patch set
-
Ticket #32821 – Description
v1 v3 9 9 }}} 10 10 11 Not using a `with` statement or closing the iterator can cause a `ResourceWarning`, e.g. when an exception is raised. 11 Not using a `with` statement or closing the iterator can cause a `ResourceWarning`, e.g. when an exception is raised. Indeed, this is how I first noticed this issue.