Staging
v0.8.1
https://github.com/python/cpython
Revision d0e31b980f18101738d0ec518cb991a5fb73fe93 authored by Christian Heimes on 27 January 2018, 08:54:13 UTC, committed by GitHub on 27 January 2018, 08:54:13 UTC
Add close(fd) function to the socket module

Signed-off-by: Christian Heimes <christian@python.org>
1 parent 2f050c7
Raw File
Tip revision: d0e31b980f18101738d0ec518cb991a5fb73fe93 authored by Christian Heimes on 27 January 2018, 08:54:13 UTC
bpo-32454: socket closefd (#5048)
Tip revision: d0e31b9
pyshellext.idl
import "ocidl.idl";

[uuid(44039A76-3BDD-41C1-A31B-71C00202CE81), version(1.0)]
library PyShellExtLib
{
    [uuid(BEA218D2-6950-497B-9434-61683EC065FE), version(1.0)]
    coclass PyShellExt
    {
        [default] interface IDropTarget;
        interface IPersistFile;
    }
};
back to top