Changes between Initial Version and Version 1 of Ticket #33755, comment 6
- Timestamp:
- May 31, 2022, 3:27:01 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33755, comment 6
initial v1 1 1 Hmm, only closing the {{{body_file}}} once read would leave it unclosed if the body wasn't touched. 2 2 3 Maybe we also need to implement your suggested {{{__del__}} to handle that case as well, closing either the {{{body_file}}} or the {{{BytesIO}}} for read body.3 Maybe we also need to implement your suggested {{{__del__}}} to handle that case as well, closing either the {{{body_file}}} or the {{{BytesIO}}} for read body.