mdickinson / refcycle

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

Add __builtins__ to function annotations #86

Closed mdickinson closed 9 months ago

mdickinson commented 9 months ago

This PR fixes a test failure on Python 3.10: since Python 3.10, function objects have a __builtins__ reference.