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 ezio.melotti, louielu, mdk, michael.foord, rbcollins, serhiy.storchaka, vstinner
Date 2017-06-26.09:47:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498470466.69.0.670936756198.issue30523@psf.upfronthosting.co.za>
In-reply-to
Content
regrtest now supports --list-cases and --matchfile features in 2.7, 3.5, 3.6 and master (future 3.7) branches, so I now close the issue.

See bpo-30759 for the pending bug in Python 2.7. IMHO this bug is not a blocking feature, so it's ok to this close this issue.

Thanks Serhiy Storchaka and Julien Palard for the feedback and reviews, thanks Louie Lu for the actual implementation, much simpler than what I expected ;-)

These features already helped me a lot of identified reference leaks. So thank you all ;-)
History
Date User Action Args
2017-06-26 09:47:46vstinnersetrecipients: + vstinner, rbcollins, ezio.melotti, michael.foord, serhiy.storchaka, mdk, louielu
2017-06-26 09:47:46vstinnersetmessageid: <1498470466.69.0.670936756198.issue30523@psf.upfronthosting.co.za>
2017-06-26 09:47:46vstinnerlinkissue30523 messages
2017-06-26 09:47:46vstinnercreate