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 Oren Milman
Recipients Oren Milman, eli.bendersky, scoder, serhiy.storchaka, vstinner
Date 2017-10-13.08:05:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Serhiy, in addition to the problems you mentioned with not calling __init__(), it seems
that calling every method of an uninitialized XMLParser object would crash.

If you don't mind, i would be happy to open an issue to fix these crashes.
History
Date User Action Args
2017-10-13 08:05:04Oren Milmansetrecipients: + Oren Milman, scoder, vstinner, eli.bendersky, serhiy.storchaka
2017-10-13 08:05:04Oren Milmansetmessageid: <[email protected]>
2017-10-13 08:05:04Oren Milmanlinkissue31455 messages
2017-10-13 08:05:04Oren Milmancreate