This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients gvanrossum, paul.moore, steve.dower, tim.golden, vstinner, yselivanov, zach.ware
Date 2015-06-22.20:39:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435005558.9.0.175228524552.issue24478@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, it looks like it's due to PEP 492:

C:\Users\Zachary\code\hg.python.org\3.5>hg bisect -b
The first bad revision is:
changeset:   96411:d1959cafc68c
branch:      3.5
parent:      96407:e59966bb6de5
parent:      96410:b7b73029c825
user:        Yury Selivanov <yselivanov@sprymix.com>
date:        Sat May 30 21:02:34 2015 -0400
summary:     Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator

Not all ancestors of this changeset have been checked.
Use bisect --extend to continue the bisection from
the common ancestor, 943fa0e8b6a4.
History
Date User Action Args
2015-06-22 20:39:19zach.waresetrecipients: + zach.ware, gvanrossum, paul.moore, vstinner, tim.golden, yselivanov, steve.dower
2015-06-22 20:39:18zach.waresetmessageid: <1435005558.9.0.175228524552.issue24478@psf.upfronthosting.co.za>
2015-06-22 20:39:18zach.warelinkissue24478 messages
2015-06-22 20:39:18zach.warecreate