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 serhiy.storchaka
Recipients eli.bendersky, scoder, serhiy.storchaka, vstinner
Date 2017-05-05.09:34:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493976892.52.0.109757228904.issue30264@psf.upfronthosting.co.za>
In-reply-to
Content
This changes the behavior if pass a file object to the parser. When the parser failed it was possible to use the passed file object (for example call tell()). Now it is closed.
History
Date User Action Args
2017-05-05 09:34:52serhiy.storchakasetrecipients: + serhiy.storchaka, scoder, vstinner, eli.bendersky
2017-05-05 09:34:52serhiy.storchakasetmessageid: <1493976892.52.0.109757228904.issue30264@psf.upfronthosting.co.za>
2017-05-05 09:34:52serhiy.storchakalinkissue30264 messages
2017-05-05 09:34:52serhiy.storchakacreate