Comment 3 for bug 1648651

Revision history for this message
Ian Cordasco (icordasc) wrote :

John, that's not apparent to me. Have you tried searching the code-base for __dict__ or __bases__ to see if there is special handling?

Given that pyflakes works on a compiled AST, I have to wonder if this is a bug in Python's AST that is preventing us from recognizing __module__. I think we have a similar problem with __class__