From 0fa1280daa94729defa8411d86266bd2b52ad0b6 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 2 Apr 2018 20:50:10 +1200 Subject: asyncio simplify: we don't need a queue for proxy->main loop comms Instead, we just schedule coroutines directly onto the core loop. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1bb90c1a..2ada574a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ build/ dist/ mitmproxy/contrib/kaitaistruct/*.ksy .pytest_cache +__pycache__ # UI -- cgit v1.2.3