Hello, There is a bug in asyncio.Queue (https://github.com/python/asyncio/issues/268), which makes it unusable for us. It is fixed in master now. What is the easiest way to patch the asyncio bundled with python if I have to distribute it among 5 colleagues? It is used in our private module.
I can think of: 1. Copy asyncio.queues into our package so it has a different name 2. Override sys.path Both look really strange. Is there anything else? Thanks, Dmitry Panteleev -- https://mail.python.org/mailman/listinfo/python-list