Sorry, something went wrong.
|
Sorry, I don't have the bandwidth to review this PR. |
Sorry, something went wrong.
|
The contents of this PR were already reviewed by @ericsnowcurrently . The only confirmation here is to confirm that no leaks make the tests fail which I already did. There are no changes to what had been merged before |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @pablogsal for commit 9577395 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Sorry, something went wrong.
|
I didn't review this but I am confused....why there is an rst file with documentation in the test directory? |
Sorry, something went wrong.
|
@pablogsal, I think the discussion around this was Eric said we needed to have a reference to the added API in test.support . We could not add the document file in Doc/library/* before the API moved to stdlib. You can follow the discussion here: #19985 Edit: I have looked and do not see docs anywhere else other than the Docs folder though. So am okay removing the .rst for this PR until consensus is reached. |
Sorry, something went wrong.
|
@pablogsal I decided to remove the docs. I hope this is okay now. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM As I said when I reviewed the original PR, this is a good start. :) Thanks for doing this.
Sorry, something went wrong.
Recommit of what was reverted in 9d17cbf
The refleak in the select module was fixed in a separate PR
With this fix, the tests pass:
https://bugs.python.org/issue32604