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 scoder
Recipients eli.bendersky, flox, jcea, pitrou, python-dev, scoder
Date 2013-08-10.07:38:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376120304.51.0.341087658749.issue17741@psf.upfronthosting.co.za>
In-reply-to
Content
I gave the implementation a try and attached an incomplete patch. Some tests are failing.

It turns out that it's not entirely easy to do this. As Antoine noticed, the hack in the C implementation of the TreeBuilder makes it tricky to integrate with other targets, specifically when intercepting events that the tree builder needs . That's a more general bug and it currently gets in the way.

Anyway, here's how it should eventually look like.
History
Date User Action Args
2013-08-10 07:38:24scodersetrecipients: + scoder, jcea, pitrou, eli.bendersky, flox, python-dev
2013-08-10 07:38:24scodersetmessageid: <1376120304.51.0.341087658749.issue17741@psf.upfronthosting.co.za>
2013-08-10 07:38:24scoderlinkissue17741 messages
2013-08-10 07:38:24scodercreate