-
- Downloads
Prefer dynamic linking for Python in vim when +python (#17870)
Previously the python package for vim used static linking, and depending on what system libraries were available and linked against could cause symbol conflicts for python leading to segfaults in loading c modules in the standard library (i.e. heapq). This patch address this issue by dynamically linking them.
Loading
Please register or sign in to comment