Staging
v0.5.1
https://github.com/python/cpython
Revision b693e9fc5bed8c8375e47a2f189931a4faece30f authored by Ned Deily on 27 March 2014, 23:38:32 UTC, committed by Ned Deily on 27 March 2014, 23:38:32 UTC
to parse more than one XML document per pyexpat xmlparser instance.
(Original patches by Hirokazu Yamamoto and Amaury Forgeot d'Arc, with
suggested wording by David Gutteridge)
1 parent c727533
Raw File
Tip revision: b693e9fc5bed8c8375e47a2f189931a4faece30f authored by Ned Deily on 27 March 2014, 23:38:32 UTC
Issue #6676: Ensure a meaningful exception is raised when attempting
Tip revision: b693e9f
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top