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 vstinner
Recipients christian.heimes, fdrake, vstinner
Date 2013-07-10.11:45:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373456756.74.0.870039145452.issue18421@psf.upfronthosting.co.za>
In-reply-to
Content
Modules/pyexpat.c contains a call_with_frame() function which uses many low-level attributes like tstate->c_profilefunc. I don't think that pyexpat.c is the best place for such function, it should be moved to Python/ceval.c.

Except the call to XML_StopParser(self->itself, XML_FALSE); on failure, the code doesn't look to be specific to (py)expat.
History
Date User Action Args
2013-07-10 11:45:56vstinnersetrecipients: + vstinner, fdrake, christian.heimes
2013-07-10 11:45:56vstinnersetmessageid: <1373456756.74.0.870039145452.issue18421@psf.upfronthosting.co.za>
2013-07-10 11:45:56vstinnerlinkissue18421 messages
2013-07-10 11:45:56vstinnercreate