-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects #31366
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-46765: Replace Locally Cached Strings with Statically Initialized Objects #31366
Conversation
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit efe208f 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Alrighty then! asyncio on Mac and refleaks...
|
The The refleaks failures are puzzling. Are they passing on main? |
I suspected that but wasn't sure. It failed on repeated CI runs and on that buildbot. So I as at least going to investigate further.
Hmm, looks like they weren't. So maybe I'm okay here. I'll have to re-run it after the refleaks fix lands. |
FYI, they landed with GH-31389 just recently. |
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit efe208f 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
I believe you will need to sync with
|
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit 1852340 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
That looks better. I'm still going to double-check that macOS failure before merging. |
I tested
|
I'll take a look. |
Running |
https://bugs.python.org/issue46765