Staging
v0.8.1
https://github.com/python/cpython
Revision 6cc2c419f6cf5ed336609ba01055e77d7c553e6d authored by Serhiy Storchaka on 30 November 2020, 08:24:07 UTC, committed by GitHub on 30 November 2020, 08:24:07 UTC
Instead of using wait_visibility() which waits event <VisibilityNotify> in dead loop
use update() which should proceed all queued events.
1 parent fc40b30
History
Tip revision: 6cc2c419f6cf5ed336609ba01055e77d7c553e6d authored by Serhiy Storchaka on 30 November 2020, 08:24:07 UTC
bpo-42142: Try to fix timeouts in ttk tests (GH-23474)
Tip revision: 6cc2c41
File Mode Size
abstract.h -rw-r--r-- 13.9 KB
bytearrayobject.h -rw-r--r-- 769 bytes
bytesobject.h -rw-r--r-- 4.0 KB
ceval.h -rw-r--r-- 1.4 KB
code.h -rw-r--r-- 7.3 KB
dictobject.h -rw-r--r-- 3.6 KB
fileobject.h -rw-r--r-- 723 bytes
fileutils.h -rw-r--r-- 3.9 KB
frameobject.h -rw-r--r-- 3.4 KB
import.h -rw-r--r-- 1.4 KB
initconfig.h -rw-r--r-- 7.3 KB
interpreteridobject.h -rw-r--r-- 387 bytes
listobject.h -rw-r--r-- 1.2 KB
methodobject.h -rw-r--r-- 1.4 KB
object.h -rw-r--r-- 19.0 KB
objimpl.h -rw-r--r-- 3.3 KB
pyerrors.h -rw-r--r-- 4.9 KB
pylifecycle.h -rw-r--r-- 2.0 KB
pymem.h -rw-r--r-- 3.4 KB
pystate.h -rw-r--r-- 11.0 KB
sysmodule.h -rw-r--r-- 506 bytes
traceback.h -rw-r--r-- 404 bytes
tupleobject.h -rw-r--r-- 967 bytes
unicodeobject.h -rw-r--r-- 42.7 KB

back to top