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
4e30617b
Commit
4e30617b
authored
May 27, 2006
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The cheery optimism of old age.
parent
e895318e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
Lib/test/test_tarfile.py
Lib/test/test_tarfile.py
+1
-13
No files found.
Lib/test/test_tarfile.py
View file @
4e30617b
...
...
@@ -633,19 +633,7 @@ def test_main():
if
gzip
:
os
.
remove
(
tarname
(
"gz"
))
if
bz2
:
# Grrr. This frequently blows up on the Windows buildbot
# slaves. No idea why. Adding more output to try to guess
# something. Can't reproduce at will.
import
time
,
sys
for
dummy
in
range
(
10
):
try
:
os
.
remove
(
tarname
(
"bz2"
))
except
OSError
,
msg
:
print
>>
sys
.
stderr
,
\
"test_tarfile final cleanup crapped out %s"
%
msg
time
.
sleep
(
1
)
else
:
break
if
os
.
path
.
exists
(
dirname
()):
shutil
.
rmtree
(
dirname
())
if
os
.
path
.
exists
(
tmpname
()):
...
...
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