Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment: try: seq, request = rpc.request_queue.get(block=True, timeout=0.05) except queue.Empty: request = None if request is None: handle_tk_events() continue
---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32207> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com