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 r.david.murray
Recipients Arfrever, ajaksu2, doko, dugan, eric.araujo, loewis, nyb, pitrou, r.david.murray
Date 2010-12-31.19:02:49
SpamBayes Score 1.3169943e-09
Marked as misclassified No
Message-id <1293822171.68.0.264681164841.issue1674555@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a proof of concept patch if anyone wants to play with it.    Note that a higher value could be used for the j option; multiple threads help even on uniprocessor systems since a bunch of the tests spend time waiting around.

The patch removes the '-l' option from the make test run.  I'm not sure that matters, since we do our best to fix memory leaks before shipping a release, and we don't use make test to do our leak testing (as far as I know).

I'm not sure this is an appropriate solution, so I won't apply this unless I get some favorable votes from committers and/or packagers. 

One interesting thing is that several additional tests show up as altering the execution environment when run this way.  That bears investigation at some point, but is an orthogonal issue.

As noted, test_trace does not pass, but only one test within it fails, so that ought to be easy enough to fix.  Also note that this "fix" would only be applicable to 3.2 and 2.7.
History
Date User Action Args
2010-12-31 19:02:51r.david.murraysetrecipients: + r.david.murray, loewis, doko, pitrou, nyb, ajaksu2, dugan, eric.araujo, Arfrever
2010-12-31 19:02:51r.david.murraysetmessageid: <1293822171.68.0.264681164841.issue1674555@psf.upfronthosting.co.za>
2010-12-31 19:02:50r.david.murraylinkissue1674555 messages
2010-12-31 19:02:49r.david.murraycreate