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 vstinner
Recipients gregory.p.smith, izbyshev, nanjekyejoannah, pablogsal, pitrou, serhiy.storchaka, vstinner
Date 2018-12-20.11:19:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545304793.71.0.788709270274.issue35537@psf.upfronthosting.co.za>
In-reply-to
Content
> We need to add tests for all corner cases. I.e. disabling any of conditions for posix_spawn should cause the failure.

Do you mean running tests twice, one with posix_spawn(), one without?


> We need to do also something with PyOS_BeforeFork/PyOS_AfterFork_Child/PyOS_AfterFork_Parent.

Can you please elaborate? posix_spawn() may or may not use fork() internally.
History
Date User Action Args
2018-12-20 11:19:53vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, serhiy.storchaka, izbyshev, pablogsal, nanjekyejoannah
2018-12-20 11:19:53vstinnersetmessageid: <1545304793.71.0.788709270274.issue35537@psf.upfronthosting.co.za>
2018-12-20 11:19:53vstinnerlinkissue35537 messages
2018-12-20 11:19:53vstinnercreate