mdickinson / refcycle

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

Make codebase compatible with Python 3. #14

Closed mdickinson closed 10 years ago

mdickinson commented 10 years ago

Making this PR to allow Travis CI to run; there are still known issues with the annotations.

mdickinson commented 10 years ago

All current tests passing. We're missing support for __annotations__ and __kwdefaults__ on functions.