mdickinson / refcycle

Support for displaying and analyzing reference graphs of Python objects.
Apache License 2.0
15 stars 1 forks source link

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

Closed mdickinson closed 9 months ago

mdickinson commented 9 months ago

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.