1

Resolved

Bad paths for CPython interpreter can prevent PTVS from loading

description

http://pytools.codeplex.com/discussions/431586#post994843

CPythonInterpreterFactoryProvider is calling path APIs without first validating that the path doesn't contain any invalid characters. This is similar to http://pytools.codeplex.com/discussions/301384 but instead of being null the path could have invalid path characters. We should ignore interpreters in that case.

comments

Zooba wrote Apr 15 at 10:02 PM

Fixed in 2.0 feature branch.