Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
bcddf677
Commit
bcddf677
authored
Apr 25, 2009
by
Tarek Ziadé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#5810: Fixed Distutils test_build_scripts
parent
a2dce5a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Lib/distutils/tests/test_build_scripts.py
Lib/distutils/tests/test_build_scripts.py
+1
-1
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Lib/distutils/tests/test_build_scripts.py
View file @
bcddf677
...
...
@@ -90,7 +90,7 @@ class BuildScriptsTestCase(support.TempdirManager,
# On linux-g++-32 with command line `./configure --enable-ipv6
# --with-suffix=3`, python is compiled okay but the build scripts
# failed when writing the name of the executable
old
=
sysconfig
.
_config_vars
.
get
(
'VERSION'
)
old
=
sysconfig
.
get_config_vars
()
.
get
(
'VERSION'
)
sysconfig
.
_config_vars
[
'VERSION'
]
=
4
try
:
cmd
.
run
()
...
...
Misc/NEWS
View file @
bcddf677
...
...
@@ -246,6 +246,9 @@ Core and Builtins
Library
-------
- Issue #5810: Fixed Distutils test_build_scripts so it uses
sysconfig.get_config_vars.
- Issue #4951: Fixed failure in test_httpservers.
- Issue #3102: All global symbols that the _ctypes extension defines
...
...
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