Uh oh!
There was an error while loading. Please reload this page.
bpo-37531: Fix regrtest timeout for subprocesses - #14679
Conversation
ammaraskar
commented
Jul 10, 2019
Hey @nanjekyejoannah, did you accidentally attach the wrong bpo ticket for this? 3753 seems really old and unrelated. |
ZackerySpytz
commented
Jul 10, 2019
It seems that you have changed the file mode of several files under |
vstinner
left a comment
There was a problem hiding this comment.
It seems like you modified Lib/test/test_os.py permissions somehow, please revert this change.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
nanjekyejoannah
commented
Jul 18, 2019
I have made the requested changes; please review again. |
bedevere-bot
commented
Jul 18, 2019
Thanks for making the requested changes! : please review the changes made to this pull request. |
nanjekyejoannah
commented
Jul 18, 2019
Yes, thanks for catching this. I made the necessary changes. |
nanjekyejoannah
commented
Jul 18, 2019
oh yes, I have reverted this. |
vstinner
commented
Aug 1, 2019
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. |
nanjekyejoannah
commented
Aug 1, 2019
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