Skip to content

Don't check for frame annotation completeness for Python 3.11 and later#87

Merged
mdickinson merged 1 commit intomainfrom
fix/frame-completeness-check-python-311
Oct 7, 2023
Merged

Don't check for frame annotation completeness for Python 3.11 and later#87
mdickinson merged 1 commit intomainfrom
fix/frame-completeness-check-python-311

Conversation

@mdickinson
Copy link
Copy Markdown
Owner

@mdickinson mdickinson commented Oct 7, 2023

This PR skips frame annotation completeness tests for Python >= 3.11. Python 3.11 added a reference to the function from the frame (see python/cpython#29595), but didn't expose that reference at Python level.

@mdickinson mdickinson merged commit 9909dea into main Oct 7, 2023
@mdickinson mdickinson deleted the fix/frame-completeness-check-python-311 branch October 7, 2023 12:15
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