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


Groups > comp.lang.python > #98223 > unrolled thread

Bugfixing python 3.5 asyncio

Started byDmitry Panteleev <dpantele@dpantele.com>
First post2015-11-03 20:24 -0500
Last post2015-11-03 20:24 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#98223 — Bugfixing python 3.5 asyncio

FromDmitry Panteleev <dpantele@dpantele.com>
Date2015-11-03 20:24 -0500
SubjectBugfixing 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web