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: Fix resource warning in test_trailers
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: brett.cannon, brian.curtin, brian.curtin.test, sandro.tosi
Priority: normal Keywords: patch

Created on 2011-03-11 18:51 by brian.curtin.test, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_trailers_resourcefix.diff brian.curtin.test, 2011-03-11 18:51 Fixing ResourceWarning in 3.3 review
unnamed brian.curtin.test, 2011-03-15 22:03
Messages (5)
msg130602 - (view) Author: (brian.curtin.test) Date: 2011-03-11 18:51
There is an unclosed file in test_trailers. Attaching a patch to fix this.
msg130607 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2011-03-11 19:27
FYI this was created during my PyCon talk...needed a non-dev account for the demo.
msg131043 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2011-03-15 21:39
So is this a bogus bug, or a valid bug created with a bogus account?
msg131047 - (view) Author: (brian.curtin.test) Date: 2011-03-15 22:03
On Mar 15, 2011 5:39 PM, "Brett Cannon" <report@bugs.python.org> wrote:
>
>
> Brett Cannon <brett@python.org> added the comment:
>
> So is this a bogus bug, or a valid bug created with a bogus account?
>
> ----------
> nosy: +brett.cannon
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue11469>
> _______________________________________

The bug is valid, at least as of Friday afternoon.
msg139184 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2011-06-26 14:52
This has been fixed by Brett in 9050675cb94e .
History
Date User Action Args
2022-04-11 14:57:14adminsetgithub: 55678
2011-06-26 14:52:11sandro.tosisetstatus: open -> closed

nosy: + sandro.tosi
messages: + msg139184

resolution: accepted
stage: resolved
2011-03-15 22:03:54brian.curtin.testsetfiles: + unnamed

messages: + msg131047
2011-03-15 21:39:25brett.cannonsetnosy: + brett.cannon
messages: + msg131043
2011-03-11 19:27:48brian.curtinsetnosy: + brian.curtin
messages: + msg130607
2011-03-11 18:51:32brian.curtin.testcreate