Yu Liu added the comment:
Had a quick look at the launcher file. Maybe something like this?
diff --git a/PC/launcher.c b/PC/launcher.c
index fbfb49a..a965a9d 100644
--- a/PC/launcher.c
+++ b/PC/launcher.c
@@ -542,7 +542,7 @@ find_python_by_version(wchar_t const * wanted_ver)
}
for
Yu Liu added the comment:
Had a quick look in the launcher file. Maybe something like this?
diff --git a/PC/launcher.c b/PC/launcher.c
index fbfb49a..a965a9d 100644
--- a/PC/launcher.c
+++ b/PC/launcher.c
@@ -542,7 +542,7 @@ find_python_by_version(wchar_t const * wanted_ver)
}
for
Yu Liu added the comment:
These are results on another slower machine. Note these results are attained on
Windows 10, while the above on Windows 7. Just in case it has some influence.
$ python test.py
num_retries: 6
wait_time: 0.0008691726957804373
$ python test.py
Yu Liu added the comment:
This time I run it a couple of consecutive times manually. The result shows
that the first time it retried 12 times and the wait time was
0.0004259171330071893. Then it seems to be steady, and the num_retried is 3 or
4, and the wait_time is about 0.00025.
I also
Yu Liu added the comment:
The result is 0.00026412295632975946 on my computer. Does this mean it is
caused by an anti-malware program?
--
___
Python tracker
<https://bugs.python.org/issue33
New submission from Yu Liu :
Given the following directory structure on a Windows machine:
- foo
- bar
a call to `shutil.rmtree("foo")` will fail when the inner folder `bar` is
opened in an Explorer. The error message indicates the `foo` directory is not
empty, while after the