Skip to content

fix PyFrame::builtins type confusion issue#6052

Merged
ngoldbaum merged 1 commit into
PyO3:mainfrom
Icxolu:fix/6048
May 19, 2026
Merged

fix PyFrame::builtins type confusion issue#6052
ngoldbaum merged 1 commit into
PyO3:mainfrom
Icxolu:fix/6048

Conversation

@Icxolu
Copy link
Copy Markdown
Member

@Icxolu Icxolu commented May 17, 2026

Closes #6048

Copy link
Copy Markdown
Contributor

@Tpt Tpt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Can we add a #[should_panic] test?

Copy link
Copy Markdown
Contributor

@ngoldbaum ngoldbaum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Just one suggestion about the error message otherwise I'd add it to the merge queue.

Comment thread src/types/frame.rs
@ngoldbaum ngoldbaum added this pull request to the merge queue May 19, 2026
Merged via the queue into PyO3:main with commit 6aadaf2 May 19, 2026
47 of 48 checks passed
@Icxolu Icxolu deleted the fix/6048 branch May 19, 2026 19:58
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.

PyFrame::builtins is not guaranteed to be a dict

4 participants