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 vajrasky
Recipients alex, nikratio, vajrasky
Date 2013-06-02.03:26:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370143606.61.0.440617085925.issue18116@psf.upfronthosting.co.za>
In-reply-to
Content
This bug happens in Python 3.4 as well.

[sky@localhost cpython]$ ./python --version
Python 3.4.0a0
[sky@localhost cpython]$ ./python /tmp/bugme.py
/home/sky/Code/python/programming_language/cpython/Lib/os.py:1025: ResourceWarning: unclosed file <_io.FileIO name=3 mode='rb+'>
  return io.open(fd, *args, **kwargs)
What's up?

I tried to apply the patch manually (by copying, cutting and pasting) from Alex but Nikolaus is right. The patch does not work. The bug still happens
History
Date User Action Args
2013-06-02 03:26:46vajraskysetrecipients: + vajrasky, alex, nikratio
2013-06-02 03:26:46vajraskysetmessageid: <1370143606.61.0.440617085925.issue18116@psf.upfronthosting.co.za>
2013-06-02 03:26:46vajraskylinkissue18116 messages
2013-06-02 03:26:45vajraskycreate