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 yselivanov
Recipients gvanrossum, ncoghlan, yselivanov
Date 2015-05-21.04:07:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432181230.31.0.213623936103.issue24237@psf.upfronthosting.co.za>
In-reply-to
Content
> Are there really all that many warnings triggered for PEP 479?

Actually, with the attached patch the number of warnings is pretty low, we can definitely fix/silence them where necessary.  (I think I had a bug in one of my first patches that triggered some false-positives).

- test_difflib - will have to fix difflib;

- test_contextlib - tests StopIteration propagation on purpose; will silence the warning;

- test_with

- test_generators
History
Date User Action Args
2015-05-21 04:07:10yselivanovsetrecipients: + yselivanov, gvanrossum, ncoghlan
2015-05-21 04:07:10yselivanovsetmessageid: <1432181230.31.0.213623936103.issue24237@psf.upfronthosting.co.za>
2015-05-21 04:07:10yselivanovlinkissue24237 messages
2015-05-21 04:07:09yselivanovcreate