Skip to content
Snippets Groups Projects
Unverified Commit 4eb3558d authored by Robert Underwood's avatar Robert Underwood Committed by GitHub
Browse files

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.
parent b35b950e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment