Fix asyncio compile - #6739
Conversation
π WalkthroughWalkthroughThe patch modifies exception re-raising behavior within try-finally unwinding paths in the compiler's bytecode generation. It ensures that before emitting a RERAISE instruction, the FinallyEnd fblock is properly popped, the previous exception is explicitly copied from the stack, and the exception context is restored before re-raising to route exceptions to outer handlers correctly. Changes
Estimated code review effortπ― 3 (Moderate) | β±οΈ ~22 minutes Possibly related PRs
Poem
π₯ Pre-merge checks | β 3 | β 2β Failed checks (1 warning, 1 inconclusive)
β Passed checks (3 passed)
βοΈ Tip: You can configure your own custom pre-merge checks in the settings. β¨ Finishing touches
π Recent review detailsConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro π Files selected for processing (1)
π§° Additional context usedπ Path-based instructions (1)**/*.rsπ CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
π Additional comments (2)
βοΈ Tip: You can disable this entire section by setting Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fix #6736
Close #6737
cc @terryluan12
Summary by CodeRabbit
βοΈ Tip: You can customize this high-level summary in your review settings.