-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
bpo-37531: Fix regrtest timeout for subprocesses #14679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hey @nanjekyejoannah, did you accidentally attach the wrong bpo ticket for this? 3753 seems really old and unrelated. |
It seems that you have changed the file mode of several files under |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like you modified Lib/test/test_os.py permissions somehow, please revert this change.
Misc/NEWS.d/next/Library/2019-07-09-19-38-26.bpo-3753.GX7s8S.rst
Outdated
Show resolved
Hide resolved
I have made the requested changes; please review again. |
Thanks for making the requested changes! : please review the changes made to this pull request. |
Yes, thanks for catching this. I made the necessary changes. |
oh yes, I have reverted this. |
Overall, the change is great and seems to work as expected, but I tested it and it doesn't work as I expected:
I tried to add a commit to this PR but I wasn't allowed, so I forked this PR and created PR #15072 to add my changes on top of it. |
Closing this then in favor of PR #15072 |
Fix regrtest timeout for subprocesses.
Naming things is the hardest thing in computer science. Interested in any reviews in a better name If any for the new function I introduced. cc @vstinner
https://bugs.python.org/issue37531