Staging
v0.5.1
https://github.com/python/cpython
Revision c4a786b8ad2a625594551ab3bc991a6831ba7688 authored by Xiang Zhang on 28 February 2017, 03:28:44 UTC, committed by GitHub on 28 February 2017, 03:28:44 UTC
1 parent 7accf20
Raw File
Tip revision: c4a786b8ad2a625594551ab3bc991a6831ba7688 authored by Xiang Zhang on 28 February 2017, 03:28:44 UTC
bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331) (GH-353)
Tip revision: c4a786b
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top