Staging
v0.5.1
https://github.com/python/cpython
Revision fbb9ee0a903fb9b7b4b807f85aed1de754da09e6 authored by Miss Islington (bot) on 04 September 2020, 22:32:28 UTC, committed by GitHub on 04 September 2020, 22:32:28 UTC


(cherry picked from commit d9a966ae08258da2ce2a432c943d8194760f09c4)


Co-authored-by: Petr Viktorin <encukou@gmail.com>

Automerge-Triggered-By: @Mariatta
1 parent bf8bf1c
Raw File
Tip revision: fbb9ee0a903fb9b7b4b807f85aed1de754da09e6 authored by Miss Islington (bot) on 04 September 2020, 22:32:28 UTC
[3.9] bpo-38787: Clarify docs for PyType_GetModule and warn against common mistake (GH-20215) (GH-21984)
Tip revision: fbb9ee0
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