Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
30a0d1c5
Commit
30a0d1c5
authored
May 26, 2016
by
Martin Panter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #27076: Doc, comment and tests spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
parent
a1b5cdea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
msvc9compiler.py
msvc9compiler.py
+1
-1
tests/test_unixccompiler.py
tests/test_unixccompiler.py
+1
-1
No files found.
msvc9compiler.py
View file @
30a0d1c5
...
...
@@ -51,7 +51,7 @@ else:
# A map keyed by get_platform() return values to values accepted by
# 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
# the param to cross-compile on x86 target
t
ing amd64.)
# the param to cross-compile on x86 targeting amd64.)
PLAT_TO_VCVARS
=
{
'win32'
:
'x86'
,
'win-amd64'
:
'amd64'
,
...
...
tests/test_unixccompiler.py
View file @
30a0d1c5
...
...
@@ -127,7 +127,7 @@ class UnixCCompilerTestCase(unittest.TestCase):
self
.
assertEqual
(
self
.
cc
.
linker_so
[
0
],
'my_cc'
)
@
unittest
.
skipUnless
(
sys
.
platform
==
'darwin'
,
'test only relevant for OS X'
)
def
test_osx_explict_ldshared
(
self
):
def
test_osx_explic
i
t_ldshared
(
self
):
# Issue #18080:
# ensure that setting CC env variable does not change
# explicit LDSHARED setting for linker
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment