summaryrefslogtreecommitdiff
path: root/pylint/checkers/stdlib.py
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-07-19 16:23:00 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2016-07-19 16:28:52 +0300
commitbcd687e13de0c9ea484c9da00e2ff520abf82dac (patch)
tree1e6a316ac931661a946ac721cdbcdb9a17e8ec4c /pylint/checkers/stdlib.py
parent79c71de0211f7740378c5a27d78a4d98c1317198 (diff)
downloadpylint-git-bcd687e13de0c9ea484c9da00e2ff520abf82dac.tar.gz
Use the current interpreter's epylint.lint
epylint.py_run was calling *epylint* script in order to do the computation. But this was prone to failures, in the case where we have multiple installations of Pylint, for different Python versions, which actually led to crashes when a Python 2's py_run call was calling epylint's belonging to Python 3. Instead of calling epylint script directly, we are calling Python with our known epylint code. In order to do this, we also had to switch the shell argument to False. Closes #441
Diffstat (limited to 'pylint/checkers/stdlib.py')
0 files changed, 0 insertions, 0 deletions