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 vstinner
Recipients louielu, serhiy.storchaka, vstinner
Date 2017-11-23.17:36:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511458562.82.0.213398074469.issue31324@psf.upfronthosting.co.za>
In-reply-to
Content
I tested set_match_tests() on python2.7 with:

python2.7 -m test --list-cases > cases
python2.7 -m test.bisect -i cases

Good news: the set().__contains__ matcher can be used!
History
Date User Action Args
2017-11-23 17:36:02vstinnersetrecipients: + vstinner, serhiy.storchaka, louielu
2017-11-23 17:36:02vstinnersetmessageid: <1511458562.82.0.213398074469.issue31324@psf.upfronthosting.co.za>
2017-11-23 17:36:02vstinnerlinkissue31324 messages
2017-11-23 17:36:02vstinnercreate