mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
We execute `--version` to find python version. Since 3.4 Python uses stdout for output, but before that it used stderr. We now check both: stdout and stderr. (cherry picked from commit ca9059b71cabbd1a94e26523192cdf9eeb8c1eb1) IJ-CR-159420 GitOrigin-RevId: b72d289da7f1643c18dd35fc97a7a32daec7b0f3
PyCharm services is a set of APIs to interact with the PyCharm execution subsystem. Each service is implemented as an interface and a function with the same name to get an instance of it. Services usually have showcases in "tests" roots.