Skip to content
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-42972: Fully support GC for hashlib heap types (GH-26374) #26374

Merged
merged 4 commits into from May 27, 2021

Conversation

@erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented May 25, 2021

https://bugs.python.org/issue42972

tiran
tiran approved these changes May 26, 2021
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented May 26, 2021

🤖 New build scheduled with the buildbot fleet by @tiran for commit 49226dd 🤖

If you want to schedule another build, you need to add the "🔨 test-with-buildbots" label again.

@tiran
Copy link
Member

@tiran tiran commented May 26, 2021

@pablogsal @erlend-aasland Lots of buildbots have failed with Master Shutdown. Is this an infrastructure issues? Can I just restart the buildbots by setting the label again?

@erlend-aasland
Copy link
Contributor Author

@erlend-aasland erlend-aasland commented May 26, 2021

@pablogsal @erlend-aasland Lots of buildbots have failed with Master Shutdown. Is this an infrastructure issues? Can I just restart the buildbots by setting the label again?

I've never seen this, but it does look like an infrastructure issue; the builds/tests did not fail, they were cancelled.

@pablogsal
Copy link
Member

@pablogsal pablogsal commented May 26, 2021

@pablogsal @erlend-aasland Lots of buildbots have failed with Master Shutdown. Is this an infrastructure issues? Can I just restart the buildbots by setting the label again?

That happens when the server restarts with an update, which happened because @vstinner updated the IRC configuration

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented May 26, 2021

🤖 New build scheduled with the buildbot fleet by @tiran for commit 49226dd 🤖

If you want to schedule another build, you need to add the "🔨 test-with-buildbots" label again.

@tiran tiran changed the title bpo-42972: Fully support GC for hashlib heap types bpo-42972: Fully support GC for hashlib heap types (GH-26374) May 27, 2021
@tiran tiran merged commit 6ef5ba3 into python:main May 27, 2021
71 of 74 checks passed
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 27, 2021

Thanks @erlend-aasland for the PR, and @tiran for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒🤖

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented May 27, 2021

GH-26398 is a backport of this pull request to the 3.10 branch.

miss-islington added a commit to miss-islington/cpython that referenced this issue May 27, 2021
(cherry picked from commit 6ef5ba3)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
@erlend-aasland erlend-aasland deleted the bpo-42972/sha256 branch May 27, 2021
@erlend-aasland
Copy link
Contributor Author

@erlend-aasland erlend-aasland commented May 27, 2021

Thanks for reviewing, @gpshead and @tiran! 🙏🏻

miss-islington added a commit that referenced this issue May 27, 2021
…H-26398)

(cherry picked from commit 6ef5ba3)


Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>

Automerge-Triggered-By: GH:tiran
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
7 participants