-
-
Notifications
You must be signed in to change notification settings - Fork 32k
[3.10] bpo-42972: Fully support GC for _winapi.Overlapped (GH-26381) #26426
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
(cherry picked from commit 0fa282c) Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
@Fidget-Spinner and @vstinner: Status check is done, and it's a success ✅ . |
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, good bot.
@Fidget-Spinner and @vstinner: Status check is done, and it's a success ❌ . |
Errors:
asyncio's logs, these tests are known to be flaky and reported somewhere on bpo:
test_importlib errors: I've never seen this one before
httplib errors, this is already mentioned here https://bugs.python.org/issue44252:
I have a feeling it's unrelated but I'm going to be cautious here - |
Dang I forgot miss-islington auto deletes backports when I close them :(. Sorry I'll make it backport again. |
test_httplib crash is unrelated: https://bugs.python.org/issue44252 test_importlib: test_multiprocessing_pool_circular_import(): I wasn't aware of this crash, it sounds unrelated. Likely a random crash. test_asyncio: test_sendfile_close_peer_in_the_middle_of_receiving(): it's also known and unrelated: https://bugs.python.org/issue41682 |
(cherry picked from commit 0fa282c)
Co-authored-by: Ken Jin 28750310+Fidget-Spinner@users.noreply.github.com
https://bugs.python.org/issue42972