Skip to content

merge queue: checking main (949dcfa) and #645 together - #697

Closed
mergify[bot] wants to merge 3 commits into
mainfrom
mergify/merge-queue/647ea1d672
Closed

merge queue: checking main (949dcfa) and #645 together#697
mergify[bot] wants to merge 3 commits into
mainfrom
mergify/merge-queue/647ea1d672

Conversation

@mergify

@mergify mergify Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request has been checked successfully and will be merged soon. 🎉

Branch main (949dcfa) and #645 are queued together for merge.

This pull request has been created by Mergify to check the mergeability of #645.
You don't need to do anything. Mergify will close this pull request automatically when it is complete.

Required conditions of queue rule default for merge:

Required conditions to stay in the queue:

---
checking_base_sha: 949dcfa6c0a4f0109dbbd019ff58208a580d185b
previous_check_retries: []
previous_failed_batches: []
pull_requests:
  - number: 645
    scopes: []
scopes: []
...

mahirhir and others added 3 commits June 26, 2026 16:10
`Retrying.__call__` and `AsyncRetrying.__call__` ignored the `enabled`
flag: calling a controller created with `enabled=False` still ran the
full retry loop, so a failing function was retried and the original
exception was wrapped in a `RetryError`.

This makes the direct-call protocol consistent with the decorator
(`@retry(enabled=False)`) and the iterator protocols
(`__iter__`/`__aiter__`, fixed in #643): with `enabled=False` the
function is executed exactly once and any exception propagates
unchanged.
@mergify mergify Bot closed this Aug 6, 2026
@mergify
mergify Bot deleted the mergify/merge-queue/647ea1d672 branch August 6, 2026 06:51
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.

1 participant