Changes between Version 1 and Version 3 of Ticket #32821


Ignore:
Timestamp:
Jun 6, 2021, 2:05:13 AM (3 years ago)
Author:
Chris Jerdonek
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32821

    • Property Has patch set
  • Ticket #32821 – Description

    v1 v3  
    99}}}
    1010
    11 Not using a `with` statement or closing the iterator can cause a `ResourceWarning`, e.g. when an exception is raised.
     11Not 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.
Back to Top