Staging
v0.5.1
https://github.com/python/cpython
Revision cd1f44d7aeaf53654621f75013c08a8dc8fde92a authored by Ezio Melotti on 02 August 2010, 17:31:33 UTC, committed by Ezio Melotti on 02 August 2010, 17:31:33 UTC
........
  r78758 | florent.xicluna | 2010-03-07 14:18:33 +0200 (Sun, 07 Mar 2010) | 4 lines

  Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are
  effectively raised.  A new utility ``check_py3k_warnings`` deals with py3k warnings.
........
1 parent beaad5a
Raw File
Tip revision: cd1f44d7aeaf53654621f75013c08a8dc8fde92a authored by Ezio Melotti on 02 August 2010, 17:31:33 UTC
Unblocked revisions 78758 via svnmerge
Tip revision: cd1f44d
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top