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 John.Malmberg
Recipients John.Malmberg, dstufft, eric.araujo
Date 2014-08-30.21:10:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409433037.52.0.225577593966.issue22309@psf.upfronthosting.co.za>
In-reply-to
Content
Distutils currently can not handle a Posix platform that does not implement fork().

This patch retries with the _spawn_nt to use the spawn() methods if fork() is not implemented.

A platform that does not implement fork() can provide spawn*() methods for python to use.
History
Date User Action Args
2014-08-30 21:10:37John.Malmbergsetrecipients: + John.Malmberg, eric.araujo, dstufft
2014-08-30 21:10:37John.Malmbergsetmessageid: <1409433037.52.0.225577593966.issue22309@psf.upfronthosting.co.za>
2014-08-30 21:10:37John.Malmberglinkissue22309 messages
2014-08-30 21:10:37John.Malmbergcreate