defnull / multipart

Multipart parser for Python 3
Other
120 stars 33 forks source link

Fix a few more ResourceWarnings in the test suite #24

Closed cjwatson closed 3 years ago

cjwatson commented 3 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.