Comment 1 for bug 1729470

Revision history for this message
John (john-jcoppens) wrote :

The problem is 'repairable' replacing .next by .__next__ in disassenbler.py.

Using next() does not work, I suspect there is a method 'next' declared which interferes with Python's next().

Anyway .__next__ works fine and I couldn't find any other incompatibility.

John