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 pitrou
Recipients alex, amaury.forgeotdarc, benrg, brian.curtin, eric.araujo, georg.brandl, ishimoto, jackdied, loewis, meador.inge, mrabarnett, ncoghlan, pitrou, r.david.murray, rhettinger, skrah, terry.reedy, tim.golden, vstinner
Date 2012-07-31.19:48:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343763951.3678.2.camel@localhost.localdomain>
In-reply-to <20120731194650.GA27974@sleipnir.bytereef.org>
Content
> Antoine Pitrou <report@bugs.python.org> wrote:
> > I think we want to add those tests to the test suite as well.
> 
> What's a good place? Shall we just add one of the tests to test_tuple?

Sounds good. And another of them to test_list perhaps as well :)

> Also, the only person to run the tests with the PGO build will probably
> be Martin just before the releases. :)

True, but other people may still run them *after* the release.
History
Date User Action Args
2012-07-31 19:48:22pitrousetrecipients: + pitrou, loewis, georg.brandl, rhettinger, terry.reedy, ishimoto, amaury.forgeotdarc, ncoghlan, vstinner, jackdied, tim.golden, eric.araujo, mrabarnett, alex, r.david.murray, brian.curtin, skrah, meador.inge, benrg
2012-07-31 19:48:20pitroulinkissue8847 messages
2012-07-31 19:48:17pitroucreate