Skip to content

fix(#525): implement full async-gen wrapper#530

Merged
nicklafleur merged 1 commit into
boxed:mainfrom
lyft:nicklafleur/issue_525/async-generator-cleanup-fix
Jun 15, 2026
Merged

fix(#525): implement full async-gen wrapper#530
nicklafleur merged 1 commit into
boxed:mainfrom
lyft:nicklafleur/issue_525/async-generator-cleanup-fix

Conversation

@nicklafleur

@nicklafleur nicklafleur commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

Previously, the partial implementation of the async-generator wrapper resulting in aclose()/athrow() calls being caught in the wrapper function as opposed to the right except/finally blocks in the mutated sources.

This fix implements the full async generator structure required for the decorator to be invisible to the source.

Addresses #525

Previously, the partial implementation of the async-generator
wrapper resulting in aclose()/athrow() calls being caught in the
wrapper function as opposed to the right except/finally blocks
in the mutated sources.

This fix implements the full async generator structure required for
the decorator to be invisible to the source.
@nicklafleur nicklafleur merged commit 8799708 into boxed:main Jun 15, 2026
5 checks passed
@nicklafleur nicklafleur deleted the nicklafleur/issue_525/async-generator-cleanup-fix branch June 15, 2026 17:45
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