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


Groups > comp.lang.python > #98254

Re: Bugfixing python 3.5 asyncio

From Dmitry Panteleev <dpantele@dpantele.com>
Newsgroups comp.lang.python
Subject Re: Bugfixing python 3.5 asyncio
Date 2015-11-04 18:08 -0500
Message-ID <mailman.35.1446678543.16136.python-list@python.org> (permalink)
References <CA+eiJG2Puii8xmVjK9vZF_XrKwNrTaiYNqtrzHk8uakGpu8AYA@mail.gmail.com> <n1e27g$gs0$1@ger.gmane.org>

Show all headers | View raw


Hello,

Yes, the fix has been merged. If 3.5.1 gets released in a month, it
should not be a problem. And looks like it dpends on
http://bugs.python.org/issue25446 .

Thank you for the information.
Dmitry

On Wed, Nov 4, 2015 at 5:52 PM, Terry Reedy <tjreedy@udel.edu> wrote:
> On 11/3/2015 8:24 PM, Dmitry Panteleev wrote:
>>
>> 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.
>
>
> I presume that the fix has been merged into the CPython repository (you
> could check).  If so, it should be included when 3.5.1 is released in about
> a month+.
>
>> 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.
>
>
> The cleanest way -- in my opinion -- would be to patch your 3.5.0
> installations, making them '3.5.0+'.  For 5 installations,
>
>> I can think of:
>> 1. Copy asyncio.queues into our package so it has a different name
>
>
> this would be easiest, but then I would retest and presumably revise and
> redistribute after 3.5.1 is out
>
>> 2. Override sys.path
>>
>> Both look really strange. Is there anything else?
>
>
> What I said above.
>
> --
> Terry Jan Reedy
>
> --
> https://mail.python.org/mailman/listinfo/python-list



-- 
Best Regards,
Dmitry Panteleev

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


Thread

Re: Bugfixing python 3.5 asyncio Dmitry Panteleev <dpantele@dpantele.com> - 2015-11-04 18:08 -0500

csiph-web