Skip to content

[GR-73555] Fix PGenerator assertion.#664

Merged
graalvmbot merged 2 commits intomasterfrom
mdsouza/GR-73555-consolidate-frames
Mar 4, 2026
Merged

[GR-73555] Fix PGenerator assertion.#664
graalvmbot merged 2 commits intomasterfrom
mdsouza/GR-73555-consolidate-frames

Conversation

@graalvmbot
Copy link
Collaborator

In GR-73555 we will change the layout of continuation frames, which causes the current Python assertion to fail. We shouldn't assume anything about the continuation frame layout, so this change instead unwraps the root node and looks at its frame descriptor. This change blocks the Graal gate, so we will need to merge it first.

Also removes some @SuppressWarnings annotations that are no longer necessary.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 4, 2026
@graalvmbot graalvmbot closed this Mar 4, 2026
@graalvmbot graalvmbot merged commit 39cda33 into master Mar 4, 2026
7 checks passed
@graalvmbot graalvmbot deleted the mdsouza/GR-73555-consolidate-frames branch March 4, 2026 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants