[issue27585] asyncio.Lock deadlock after cancellation

2017-04-07 Thread Mathieu Sornay

Changes by Mathieu Sornay <msor...@gmail.com>:


--
pull_requests: +1188

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27585>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27585] asyncio.Lock deadlock after cancellation

2016-11-16 Thread Mathieu Sornay

Mathieu Sornay added the comment:

Fix attempt : https://github.com/python/asyncio/pull/467

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27585>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27585] asyncio.Lock deadlock after cancellation

2016-11-15 Thread Mathieu Sornay

Mathieu Sornay added the comment:

I might have found another pathological case not fixed by 
https://github.com/python/asyncio/pull/393

Tested in 3.6.0b3

The deadlock.py file prints :

DEADLOCK HERE
_locked:  False
_waiters: deque([])

--
nosy: +msornay
versions: +Python 3.6 -Python 3.5
Added file: http://bugs.python.org/file45489/deadlock.py

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27585>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue23749] asyncio missing wrap_socket (starttls)

2015-10-01 Thread Mathieu Sornay

Changes by Mathieu Sornay <msor...@gmail.com>:


--
nosy: +msornay

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23749>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14044] IncompleteRead error with urllib2 or urllib.request -- fine with urllib, wget, or curl

2013-09-29 Thread Mathieu Sornay

Changes by Mathieu Sornay msor...@gmail.com:


--
nosy: +lechfeck

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14044
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com