Staging
v0.5.1
https://github.com/python/cpython
Revision 191f94cca6f8cf59535e7459c1113e4a1cdfe201 authored by Miss Islington (bot) on 27 November 2019, 00:46:32 UTC, committed by GitHub on 27 November 2019, 00:46:32 UTC
(cherry picked from commit c7c01ab1e5415b772c68e15f1aba51e520010830)

Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent 86d9933
Raw File
Tip revision: 191f94cca6f8cf59535e7459c1113e4a1cdfe201 authored by Miss Islington (bot) on 27 November 2019, 00:46:32 UTC
bpo-38922: Raise code.__new__ audit event when code object replace() is called (GH-17394)
Tip revision: 191f94c
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