Open pylint-bot opened 9 years ago
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore):
Well, I don't think extension-pkg-whitelist helps when they have this code: https://github.com/zeromq/pyzmq/blob/master/zmq/backend/__init__.py#L15. Pylint can't understand from where POLLIN is coming in this situation. Most probably this will need an astroid brain tip.
Originally reported by: Chris Rebert (BitBucket: cvrebert, GitHub: @cvrebert?)
Testcase file:
Relevant portion of my
pylint.rc
:However, pylint still doesn't seem to be loading zmq:
I am using bleeding-edge pylint & astroid, pip-installed from the mercurial repos.