Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3.pkgs.jedi: fix compatibility with parso
The current version is fundamentally broken as tested with python-language-server because parso now uses Path instead of str in many instances. Backporting of the fixes is not trivial and likely breaks more stuff than it fixes due to other refactorings in jedi, hence using a recent commit in master seems more reasonably.
- Loading branch information