Re: [python-tulip] Please try with the patch from Issue 25593

2015-11-20 Thread Guido van Rossum
Good catch! I've fixed that (by commenting it out) in the GitHub asyncio repo. I'm not going to bother right now with the CPython repo -- it's too much of a pain to merge three branches (and it's not strictly needed there), but this will happen the next time something gets pushed from the asyncio

Re: [python-tulip] Please try with the patch from Issue 25593

2015-11-20 Thread Andrew Svetlov
The patch breaks Python 3.3 test by using not existing yet TestCase.subTest() call. On Thursday, November 19, 2015 at 11:40:55 PM UTC+2, Guido van Rossum wrote: > > Thanks everyone! This patch would have been a disaster without the > recent feedback. Now I'm fairly confident that it works as int