[issue18421] Refactor call_with_frame() function of pyexpat.c

2013-12-16 Thread STINNER Victor
STINNER Victor added the comment: I'm not really interested to refactory pyexpat.c code. If you are interested, open a new the issue with a patch. -- resolution: -> wont fix status: open -> closed ___ Python tracker

[issue18421] Refactor call_with_frame() function of pyexpat.c

2013-07-10 Thread STINNER Victor
New submission from STINNER Victor: 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