-
Notifications
You must be signed in to change notification settings - Fork 13
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
TypeError: compile() expected string without null bytes #118
Comments
This is caused by
trying to be opened as python files. This happens in two places, once in |
fixes the first error, uncovering the second. I'm not sure if the second can be addressed without changing pylint. |
tomprince
added a commit
to tomprince/twisted
that referenced
this issue
Nov 19, 2016
tomprince
added a commit
to tomprince/twisted
that referenced
this issue
Nov 19, 2016
Julian
added a commit
to Julian/twisted
that referenced
this issue
Nov 26, 2016
* trunk: (2745 commits) too many newlines as per review dev0 prefix ok maybe fix twistedchecker for realises? fix twistedchecker topfile make the test pass add tox minversion because of `extras` usage failing test topfile Explicitly ignore extension modules to work around twisted/twistedchecker#118. twistedchecker defer acquisition of the threadpool forward and backward compatibility twistedchecker distinct names since these need to live on the same object compatibility layer socktype socket types no, Nones are bad None first less code more data fewer lines hoist constant tests & fix for various AF_ types twistedchecker clean vws pacify twistedchecker docstring adjustment without that class, it should pass misc file for dev process change and now it should fail something that will _really_ fail diff-cover deleted lines won't warn it's not failing anyway be consistent about naming This should cause a new twistedchecker error, but it doesn't. address family selection quote of the release final newsfiles Revert "newsfiles" versions Remove unused import Move ConchOptions parsing tests to test_default Remove unused import Move ConchOptions parsing tests to test_default Modules used by tkconch on Python 3 should be removed from here Fix test on Python 3 Fix the name of the topfile for twisted#3746. Update topfile. Test the default timeout. ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://travis-ci.org/twisted/twisted/jobs/148667038
this is produced if we run twistedchecker
we also got this errors in the past, is just that they were hidden among the many linter errors.
The text was updated successfully, but these errors were encountered: