Staging
v0.8.1
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
File Mode Size
COPYING -rw-r--r-- 1.1 KB
ascii.h -rw-r--r-- 1.9 KB
asciitab.h -rw-r--r-- 1.7 KB
expat.h -rw-r--r-- 41.1 KB
expat_config.h -rw-r--r-- 341 bytes
expat_external.h -rw-r--r-- 4.0 KB
iasciitab.h -rw-r--r-- 1.8 KB
internal.h -rw-r--r-- 2.3 KB
latin1tab.h -rw-r--r-- 1.8 KB
nametab.h -rw-r--r-- 6.9 KB
pyexpatns.h -rw-r--r-- 6.9 KB
siphash.h -rw-r--r-- 11.0 KB
utf8tab.h -rw-r--r-- 1.7 KB
winconfig.h -rw-r--r-- 879 bytes
xmlparse.c -rw-r--r-- 204.7 KB
xmlrole.c -rw-r--r-- 32.6 KB
xmlrole.h -rw-r--r-- 3.0 KB
xmltok.c -rw-r--r-- 43.8 KB
xmltok.h -rw-r--r-- 11.1 KB
xmltok_impl.c -rw-r--r-- 44.0 KB
xmltok_impl.h -rw-r--r-- 661 bytes
xmltok_ns.c -rw-r--r-- 3.1 KB

back to top