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.

classification
Title: test_cgi raises ResourceWarning
Type: Stage:
Components: Tests Versions: Python 3.4
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: madison.may, vajrasky
Priority: normal Keywords:

Created on 2013-08-10 02:25 by madison.may, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg194782 - (view) Author: Madison May (madison.may) * Date: 2013-08-10 02:25
I'm currently running the tests on a 64-bit Ubuntu 13.04 laptop using the default branch of python.

``/home/mmay/cpython/Lib/test/test_cgi.py:276: ResourceWarning: unclosed file <_io.BufferedRandom name=3>``
msg194941 - (view) Author: Vajrasky Kok (vajrasky) * Date: 2013-08-12 11:25
Superseded by bug #18394.

Should we close this one by marking it as duplicate?
msg194979 - (view) Author: Madison May (madison.may) * Date: 2013-08-12 18:13
Good catch, Vajrasky.  I'll close the issue and add my brief report to bug #18394.
History
Date User Action Args
2022-04-11 14:57:49adminsetgithub: 62900
2013-08-12 18:13:49madison.maysetstatus: open -> closed

messages: + msg194979
2013-08-12 11:25:08vajraskysetnosy: + vajrasky
messages: + msg194941
2013-08-10 02:25:56madison.maycreate