X Tutup
The Wayback Machine - https://web.archive.org/web/20221223153620/https://github.com/python/cpython/pull/21037/commits
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-41070: Simplify pyshellext.dll build #21037

Merged
merged 2 commits into from Jun 23, 2020
Merged

bpo-41070: Simplify pyshellext.dll build #21037

merged 2 commits into from Jun 23, 2020

Commits on Jun 22, 2020

  1. bpo-41070: Simplify pyshellext.dll build

    Replace MIDL-generated file with manual GUID definition.
    
    Use the same .def file for release and debug builds.
    nnemkin committed Jun 22, 2020

Commits on Jun 23, 2020

X Tutup