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 scoder
Recipients gvanrossum, scoder, vstinner, yselivanov
Date 2015-05-30.18:18:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433009932.81.0.311907319156.issue24004@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, I just noticed that this only started failing when I disabled the asyncio module patching for 3.5beta1+, assuming that it now all works. A side effect of that was that also the inspect module is no longer patched into returning True from isgenerator() for Cython generators. While there might be code that fails when it tries to inspect Cython generators as Python generators (as the first don't have byte code), I think it's still the easiest fix to simply keep the inspect patching. That would then trigger the right code path here without changes in asyncio.
History
Date User Action Args
2015-05-30 18:18:52scodersetrecipients: + scoder, gvanrossum, vstinner, yselivanov
2015-05-30 18:18:52scodersetmessageid: <1433009932.81.0.311907319156.issue24004@psf.upfronthosting.co.za>
2015-05-30 18:18:52scoderlinkissue24004 messages
2015-05-30 18:18:52scodercreate