Comment 1 for bug 1785255

Revision history for this message
Matthew Edmonds (edmondsw) wrote :

the StopIteration issue is now fixed in the develop branch with https://github.com/powervm/pypowervm/commit/f9e85f989884dc95ac4706a4c043e7546c9ed716

I'm not really sure what to make of the garbage collection issue. The only py3.7 change that I've found related to gc is https://docs.python.org/3/whatsnew/3.7.html#gc and I wouldn't have expected that to be an issue here. Anyone else have an idea?

The good news is that all of these issues are in unit tests, not in the code that a client would import.