Staging
v0.5.1
https://github.com/python/cpython
Revision 70deb3de3960142fcf8497d2ea0cfae6609b8e66 authored by Antoine Pitrou on 31 March 2012, 23:00:17 UTC, committed by Antoine Pitrou on 31 March 2012, 23:00:17 UTC
1 parent 6211b88
Raw File
Tip revision: 70deb3de3960142fcf8497d2ea0cfae6609b8e66 authored by Antoine Pitrou on 31 March 2012, 23:00:17 UTC
Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()).
Tip revision: 70deb3d
empty.c
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
    return 0;
}
back to top