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

gh-120111: Skip cirrus mac runners #4

Merged
merged 13 commits into from
Jun 5, 2024
Merged

Conversation

nineteendo
Copy link
Owner

@nineteendo nineteendo commented Jun 5, 2024


📚 Documentation preview 📚: https://cpython-previews--4.org.readthedocs.build/

lysnikolaou and others added 13 commits June 4, 2024 19:46
Signed-off-by: Pablo Galindo <[email protected]>
Co-authored-by: Łukasz Langa <[email protected]>
Co-authored-by: Michael Droettboom <[email protected]>
The `test_imaplib` was taking 40+ minutes in the refleak build bots because
the tests waiting on a client `self._setup()` was creating a client that
prevented progress until its connection timed out, which scaled with the
global timeout.

We should set `connect=False` for the tests that don't want `_setup()` to
create a client.

Co-authored-by: Serhiy Storchaka <[email protected]>
…fcount` (python#120000)

We need to write to `ob_ref_local` and `ob_tid` before `ob_ref_shared`.
Once we mark `ob_ref_shared` as merged, some other thread may free the
object because the caller also passes in `-1` as `extra` to give up its
only reference.
…tiproc… (pythonGH-120090)

pythongh-119819: Update logging configuration to support joinable multiprocessing manager queues.
…#120068)

This matches the default GIL switch interval. It greatly speeds up the
free-threaded build: previously, it spent nearly all its time in
`gc.collect()`.
@nineteendo nineteendo merged commit 646b323 into main Jun 5, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants