Staging
v0.5.1
https://github.com/python/cpython
Revision 24201d497cf23d399cceadad8058261c13ae536f authored by Antoine Pitrou on 13 October 2013, 19:53:13 UTC, committed by Antoine Pitrou on 13 October 2013, 19:53:13 UTC
1 parent 4e98567
Raw File
Tip revision: 24201d497cf23d399cceadad8058261c13ae536f authored by Antoine Pitrou on 13 October 2013, 19:53:13 UTC
Issue #18776: atexit callbacks now display their full traceback when they raise an exception.
Tip revision: 24201d4
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top