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 freakboy3742
Recipients Alex.Willmer, Lukasa, bkabrda, doko, freakboy3742, mpaolini, ncoghlan, ned.deily, r.david.murray, rkuska, ronaldoussoren
Date 2016-03-02.01:35:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456882615.71.0.567009958144.issue23670@psf.upfronthosting.co.za>
In-reply-to
Content
Alex - The usual cause for that problem isn't regrtest (at least, not directly). The cause is one of the tests in the suite spawning a subprocess. Due to the way the test harness works, when the test suite forks/spawns a  subprocess (e.g., to run a network server or a multiprocess worker), the fork causes the a second version of the test suite to start, rather than starting the server subprocess.

I've attached a patch for 3.5.1. This includes a patch to work around Issue22625; the patch is definitely suboptimal, but it lets a build come to completion. What is really needed (as requested on python-dev) is some help working out how to fix Issue22625 properly.
History
Date User Action Args
2016-03-02 01:36:59freakboy3742setrecipients: + freakboy3742, doko, ronaldoussoren, ncoghlan, ned.deily, r.david.murray, bkabrda, Lukasa, rkuska, mpaolini, Alex.Willmer
2016-03-02 01:36:55freakboy3742setmessageid: <1456882615.71.0.567009958144.issue23670@psf.upfronthosting.co.za>
2016-03-02 01:36:54freakboy3742linkissue23670 messages
2016-03-02 01:36:54freakboy3742create