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 benjamin.peterson, serhiy.storchaka
Date 2017-04-14.11:07:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492168031.64.0.372265650167.issue30070@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch fixes miscellaneous errors in errors handling in the parser module. This errors can cause leaking references, raising wrong exceptions, and even crashing.
History
Date User Action Args
2017-04-14 11:07:11serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson
2017-04-14 11:07:11serhiy.storchakasetmessageid: <1492168031.64.0.372265650167.issue30070@psf.upfronthosting.co.za>
2017-04-14 11:07:11serhiy.storchakalinkissue30070 messages
2017-04-14 11:07:11serhiy.storchakacreate