-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" #20611
bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" #20611
Conversation
…T in recv_nowait()
Sorry, I don't have the bandwidth to review this PR. |
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 |
🤖 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. |
I didn't review this but I am confused....why there is an |
@pablogsal, I think the discussion around this was Eric said we needed to have a reference to the added API in Edit: I have looked and do not see docs anywhere else other than the Docs folder though. So am okay removing the |
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
@pablogsal I decided to remove the docs. I hope this is okay now. |
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.
LGTM As I said when I reviewed the original PR, this is a good start. :) Thanks for doing this.
…GH-19985)" (pythonGH-20611) * PEP 554 for use in test suite * 📜🤖 Added by blurb_it. * Fix space * Add doc to doc tree * Move to modules doc tree * Fix suspicious doc errors * Fix test__all * Docs docs docs * Support isolated and fix wait * Fix white space * Remove undefined from __all__ * Fix recv and add exceptions * Remove unused exceptions, fix pep 8 formatting errors and fix _NOT_SET in recv_nowait() * Update Lib/test/support/interpreters.py Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> * Remove documentation (module is for internal use) Co-authored-by: nanjekyejoannah <joannah.nanjekye@ibm.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
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