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 PetrPy
Recipients PetrPy, lukasz.langa, serhiy.storchaka
Date 2016-11-08.11:18:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478603895.33.0.901956057367.issue28632@psf.upfronthosting.co.za>
In-reply-to
Content
I am sorry, I can only reproduce it in the production environment so far, it does only occur on Ubuntu Linux (Python 3.5.1) and I am developing on Windows. So right now I cannot narrow it down (it does not occur with simple code, unfortunately). This is what I get after some experimentation:

Exception ignored in: <_io.FileIO name='config.ini' mode='rb' closefd=True>
ResourceWarning: unclosed file <_io.TextIOWrapper name='config.ini' mode='r' encoding='UTF-8'>

The only place when I work with config.ini is the read method of ConfigParser, so it definitely should be an issue in ConfigParser.
History
Date User Action Args
2016-11-08 11:18:15PetrPysetrecipients: + PetrPy, lukasz.langa, serhiy.storchaka
2016-11-08 11:18:15PetrPysetmessageid: <1478603895.33.0.901956057367.issue28632@psf.upfronthosting.co.za>
2016-11-08 11:18:15PetrPylinkissue28632 messages
2016-11-08 11:18:15PetrPycreate