Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pylint tries to lint C extensions #185

Closed
pylint-bot opened this issue Apr 11, 2014 · 1 comment
Closed

Pylint tries to lint C extensions #185

pylint-bot opened this issue Apr 11, 2014 · 1 comment
Labels

Comments

@pylint-bot
Copy link

Originally reported by: Antony Lee (BitBucket: anntzer, GitHub: @anntzer?)


I have a package foo with a bar.cpython-34m.so extension. When trying to lint the package (pylint foo), pylint will try to lint the extension too, naturally failing with

************* Module foo.bar.cpython-34m
F:  1, 0: error while code parsing: invalid or missing encoding declaration for 'foo/bar.cpython-34m.so' (parse-error)

Version:

$ pylint --version
pylint 1.1.0, 
astroid 1.0.1, common 0.61.0
Python 3.4.0 (default, Mar 17 2014, 23:20:09) 
[GCC 4.8.2 20140206 (prerelease)]

@pylint-bot
Copy link
Author

Original comment by Sylvain Thénault (BitBucket: sthenault, GitHub: @sthenault?):


Duplicate of #122.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant