gak / pycallgraph

pycallgraph is a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
1.82k stars 336 forks source link

Py35: make code PY35+ compatible #182

Open ankostis opened 6 years ago

ankostis commented 6 years ago

pycallgraph seems to work on Python3.5+ except for this little Python-2 annoyance: dictionary items are accessed with dropped method d.iteritems().

Had to replace just 2 things: