Files
openide/python/helpers/pydev/setup.py
Pavel Karateev 4d7c595617 PY-83588 support pydevd-pycharm installation on Linux & <=3.10 Python
with PEP 517 support (introduced in PY-81877)
building wheels is done in isolation,
that means - there is no `setup_cython.py`
available for import, one suggested workaround
(used in `debugpy` as well) is to prepend
the project root to `sys.path` - ugly but works


(cherry picked from commit 67e6d93f0d19e20b16685255714c46a7563a037f)

IJ-MR-173624

GitOrigin-RevId: d00a749fa4d8f4a875d7ce5be244bf57c7c22887
2025-08-29 11:23:53 +00:00

7.0 KiB