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 terry.reedy
Recipients rhettinger, terry.reedy
Date 2017-06-23.07:06:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498201567.08.0.97932663446.issue23069@psf.upfronthosting.co.za>
In-reply-to
Content
I am no longer patching 2.7 but there is one __future__ import active in 3.6: generator_stop.  If I remember right, there is code that would work without future import and fail with it.  In 3.7, it would always fail.
History
Date User Action Args
2017-06-23 07:06:07terry.reedysetrecipients: + terry.reedy, rhettinger
2017-06-23 07:06:07terry.reedysetmessageid: <1498201567.08.0.97932663446.issue23069@psf.upfronthosting.co.za>
2017-06-23 07:06:07terry.reedylinkissue23069 messages
2017-06-23 07:06:06terry.reedycreate