This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients flox, orsenthil, serhiy.storchaka
Date 2013-07-07.09:50:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373190601.25.0.575768158618.issue18394@psf.upfronthosting.co.za>
In-reply-to
Content
It happens when POSTing a file for example.

When running the test suite:
./python.exe -m test test_cgi


Or with the script attached:
$ ./python test_fieldstorage.py 
test_fieldstorage.py:28: ResourceWarning: unclosed file <_io.BufferedRandom name=3>
  check('x' * 1010)           # ResourceWarning
test_fieldstorage.py:29: ResourceWarning: unclosed file <_io.BufferedRandom name=3>
  check('x' * (maxline - 1))  # ResourceWarning
History
Date User Action Args
2013-07-07 09:50:01floxsetrecipients: + flox, orsenthil, serhiy.storchaka
2013-07-07 09:50:01floxsetmessageid: <1373190601.25.0.575768158618.issue18394@psf.upfronthosting.co.za>
2013-07-07 09:50:01floxlinkissue18394 messages
2013-07-07 09:50:00floxcreate