bpo-34901: add isolated (-I) flag to sys.flags#9708
bpo-34901: add isolated (-I) flag to sys.flags#9708miss-islington merged 1 commit intopython:masterfrom
Conversation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. You can check yourself to see if the CLA has been received. Thanks again for your contribution, we look forward to reviewing it! |
bd9d23f to
dbfbe94
Compare
dbfbe94 to
095b788
Compare
095b788 to
d37595c
Compare
ned-deily
left a comment
There was a problem hiding this comment.
Thanks for the PR and the update!
|
Thanks @danishprakash for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
https://bugs.python.org/issue34901 (cherry picked from commit 656d52d) Co-authored-by: Danish Prakash <[email protected]>
|
GH-9749 is a backport of this pull request to the 3.7 branch. |
|
Sorry, @danishprakash, I could not cleanly backport this to |
https://bugs.python.org/issue34901 (cherry picked from commit 656d52d) Co-authored-by: Danish Prakash <[email protected]>
|
@danishprakash, if you have time and are so inclined, it would be nice if you could do a manual backport to 3.6. |
|
@ned-deily definitely, I assume it requires me to cherry-pick the commit as mentioned above and then open a PR against the 3.6 branch, is that right? |
|
@danishprakash Yes, you can install cherry_picker from PyPI and run the command mentioned which will help you. |
|
@danishprakash Yes, that's right. You can use follow the process here or just manually use the |
|
GH-9755 is a backport of this pull request to the 3.6 branch. |
https://bugs.python.org/issue34901