gh-155717: use spawn as the default start method for read-only filesystems - #155827
Conversation
|
I'll merge this after #149597 which I forgot to add tests for. I'm doing it now. |
gpshead
left a comment
There was a problem hiding this comment.
one comment wording suggestion, good overall.
tempfile was a deferred import presumably for startup time reasons but it's going to be used at import time now so moving it back to be up top makes sense.
Yes. That's was only for those reasons but I think we can just make it a regular one. It doesn't hurt. |
Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
|
Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Thanks @picnixz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.15. |
|
Sorry, @picnixz, I could not cleanly backport this to |
|
GH-155886 is a backport of this pull request to the 3.14 branch. |
|
Well I messed up my merge order and merged this one first... well, it's not a problem, it's not really a dependency of the other PR. |
|
GH-155887 is a backport of this pull request to the 3.15 branch. |
|
|
Default method was changed from fork to forkserver in Python 3.14 so I don't think I need to do the change in Python 3.13. |
|
Uh oh!
There was an error while loading. Please reload this page.