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
38ff36c4
Commit
38ff36c4
authored
Jun 30, 2006
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace normalization.
parent
cea4bf09
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Lib/test/test_subprocess.py
Lib/test/test_subprocess.py
+4
-4
setup.py
setup.py
+1
-1
No files found.
Lib/test/test_subprocess.py
View file @
38ff36c4
...
@@ -28,13 +28,13 @@ def remove_stderr_debug_decorations(stderr):
...
@@ -28,13 +28,13 @@ def remove_stderr_debug_decorations(stderr):
class
ProcessTestCase
(
unittest
.
TestCase
):
class
ProcessTestCase
(
unittest
.
TestCase
):
def
setUp
(
self
):
def
setUp
(
self
):
# Try to minimize the number of children we have so this test
# Try to minimize the number of children we have so this test
# doesn't crash on some buildbots (Alphas in particular).
# doesn't crash on some buildbots (Alphas in particular).
test_support
.
reap_children
()
test_support
.
reap_children
()
def
tearDown
(
self
):
def
tearDown
(
self
):
# Try to minimize the number of children we have so this test
# Try to minimize the number of children we have so this test
# doesn't crash on some buildbots (Alphas in particular).
# doesn't crash on some buildbots (Alphas in particular).
test_support
.
reap_children
()
test_support
.
reap_children
()
def
mkstemp
(
self
):
def
mkstemp
(
self
):
...
...
setup.py
View file @
38ff36c4
...
@@ -653,7 +653,7 @@ class PyBuildExt(build_ext):
...
@@ -653,7 +653,7 @@ class PyBuildExt(build_ext):
std_variants.append(os.path.join(dn, "
db3
%
d
"%x))
std_variants.append(os.path.join(dn, "
db3
%
d
"%x))
std_variants.append(os.path.join(dn, "
db3
.
%
d
"%x))
std_variants.append(os.path.join(dn, "
db3
.
%
d
"%x))
db_inc_paths = std_variants + db_inc_paths
db_inc_paths = std_variants + db_inc_paths
db_ver_inc_map = {}
db_ver_inc_map = {}
...
...
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