Staging
v0.5.1
https://github.com/python/cpython
Revision 1fef0154d97bd7f01c5bc59954a278bacf1a3f0e authored by Victor Stinner on 04 July 2017, 09:36:16 UTC, committed by GitHub on 04 July 2017, 09:36:16 UTC
Sleep 1 ms instead of 0.1 ms to workaround a rounding issue on
Windows. On Windows, time.sleep(0.0001) sleeps 0 ms, so
collect_in_thread() calls gc.collect() in a loop and tests using this
thread takes too long. Sleep 1 ms so time.sleep() sleeps 15.6 ms on
Windows.
1 parent 2e5867d
History
Tip revision: 1fef0154d97bd7f01c5bc59954a278bacf1a3f0e authored by Victor Stinner on 04 July 2017, 09:36:16 UTC
bpo-29796: test_weakref: Fix collect_in_thread() on Windows (#2553)
Tip revision: 1fef015
File Mode Size
mime
test
__init__.py -rw-r--r-- 2.8 KB
_parseaddr.py -rw-r--r-- 15.4 KB
base64mime.py -rw-r--r-- 5.7 KB
charset.py -rw-r--r-- 15.7 KB
encoders.py -rw-r--r-- 2.0 KB
errors.py -rw-r--r-- 1.6 KB
feedparser.py -rw-r--r-- 21.0 KB
generator.py -rw-r--r-- 13.9 KB
header.py -rw-r--r-- 21.7 KB
iterators.py -rw-r--r-- 2.2 KB
message.py -rw-r--r-- 30.0 KB
parser.py -rw-r--r-- 3.2 KB
quoprimime.py -rw-r--r-- 10.6 KB
utils.py -rw-r--r-- 9.6 KB

back to top