8000 bpo-33351: Patches to build on clang-cl by isuruf · Pull Request #18371 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-33351: Patches to build on clang-cl #18371

8000
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

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into clang-cl
  • Loading branch information
isuruf authored Apr 9, 2020
commit dc6b4f93f8fc3a1d451300a38f2fe9e6c39290d5
6 changes: 0 additions & 6 deletions Lib/distutils/_msvccompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,6 @@ def _find_exe(exe, paths=None):
'win-arm64': 'aarch64-pc-windows-msvc',
}

# A set containing the DLLs that are guaranteed to be available for
# all micro versions of this Python version. Known extension
# dependencies that are not in this set will be copied to the output
# path.
_BUNDLED_DLLS = frozenset(['vcruntime140.dll'])

class MSVCCompiler(CCompiler) :
"""Concrete class that implements an interface to Microsoft Visual C++,
as defined by the CCompiler abstract class."""
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0