defnull / multipart

A fast multipart/form-data parser for python
https://multipart.readthedocs.io/
MIT License
135 stars 33 forks source link

Fix a few more ResourceWarnings in the test suite #24

Closed cjwatson closed 4 years ago

cjwatson commented 4 years ago

An unterminated large part at the end of a stream would never be closed. Close it in MultipartParser._iterparse, since nothing else can.

Squash ResourceWarnings in TestMultipartParser.test_big_file.