New submission from Dee Mee :
Function set_executable() in ccompiler.py does the following check:
def set_executable(self, key, value):
if isinstance(value, str):
setattr(self, key, split_quoted(value))
else:
setattr(self, key, value)
The check &qu
Change by Dee Mee :
--
keywords: +patch
pull_requests: +4256
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue31955>
___
___
Python-
Dee Mee added the comment:
I agree, that this fix is necessary only for Python 2. Submitted new PR 4316
--
versions: -Python 3.6, Python 3.7
___
Python tracker
<https://bugs.python.org/issue31