Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 69e6ad6cdfa28a7b8e7b8780b07dfcdbfb0e7030 authored by Miss Islington (bot) on 11 October 2018, 05:37:37 UTC
[3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798) (GH-9801)
Tip revision: 69e6ad6
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top