Files
openide/python/python-psi-impl
Alexander Koshevoy 1dba282b9b PY-71284 Prevent Python plugin in CLion from logging lots of assertion errors when dealing with Python interpreters
Being a paid IDE, CLion users get the community version of Python plugin. In such configuration, successfully passing the condition `PlatformUtils.isCommercialEdition()` the further call of `PythonHelpersLocator.getHelpersProRoot()` method resulted in the assertions logged and a non-existent path of the Python Pro helpers returned.

GitOrigin-RevId: bca751f5524ad137f721af76c475905c54638177
2024-04-04 16:00:40 +00:00
..