mgedmin / objgraph

Visually explore Python object graphs
http://mg.pov.lt/objgraph/
MIT License
753 stars 72 forks source link

Handle file objects without encoding attribute set #6

Closed jstasiak closed 10 years ago

jstasiak commented 10 years ago

file.encoding attribute doesn't need to be present (https://docs.python.org/2/library/stdtypes.html#file.encoding), this patch makes objgraph work with Eventlet and monkey patching.

mgedmin commented 10 years ago

Thank you!

mgedmin commented 10 years ago

objgraph 1.8.1 is out with this fix.

jstasiak commented 10 years ago

Thank you, it's great to see it released so quickly :)