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 neologix
Recipients Mark.Gius, gregory.p.smith, jcea, neologix
Date 2012-10-26.12:11:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1zoUzFrCnONB0h3A_tpMVEwNPxAD1bKp4FU0CnMeY4nQ@mail.gmail.com>
In-reply-to <1351247848.69.0.50082867268.issue16327@psf.upfronthosting.co.za>
Content
> The problem with using RLIMIT is that the testsuite could be executing several tests in parallel using independent threads, for instance. You don't want to influence unrelated tests.

That's why I suggested to run it in a subprocess: this is used
frequently, e.g. for signal or deadlock tests.
History
Date User Action Args
2012-10-26 12:11:18neologixsetrecipients: + neologix, gregory.p.smith, jcea, Mark.Gius
2012-10-26 12:11:18neologixlinkissue16327 messages
2012-10-26 12:11:18neologixcreate