Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98223 > unrolled thread
| Started by | Dmitry Panteleev <dpantele@dpantele.com> |
|---|---|
| First post | 2015-11-03 20:24 -0500 |
| Last post | 2015-11-03 20:24 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Bugfixing python 3.5 asyncio Dmitry Panteleev <dpantele@dpantele.com> - 2015-11-03 20:24 -0500
| From | Dmitry Panteleev <dpantele@dpantele.com> |
|---|---|
| Date | 2015-11-03 20:24 -0500 |
| Subject | Bugfixing python 3.5 asyncio |
| Message-ID | <mailman.14.1446641617.16136.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web