Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98223

Bugfixing python 3.5 asyncio

From Dmitry Panteleev <dpantele@dpantele.com>
Newsgroups comp.lang.python
Subject Bugfixing python 3.5 asyncio
Date 2015-11-03 20:24 -0500
Message-ID <mailman.14.1446641617.16136.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Bugfixing python 3.5 asyncio Dmitry Panteleev <dpantele@dpantele.com> - 2015-11-03 20:24 -0500

csiph-web