-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vim/src/if_python3.c:759: undefined reference to `_PyObject_DebugFree' #4813
Labels
Comments
|
so does it work with older python? |
bash configure --prefix=/-/Python-3.7.4/qidizi --enable-loadable-sqlite-extensions --with-pydebug
...
modify (delete --with-pydebug ) to :
```bash
bash configure --prefix=/-/Python-3.7.4/qidizi --enable-loadable-sqlite-extensions
it is work!. |
|
with centos 7 [qidizi@vm ~]$ uname -a
Linux vm.localdomain 3.10.0-957.27.2.el7.x86_64 #1 SMP Mon Jul 29 17:46:05 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
[qidizi@vm ~]$
|
it is work with python2 debug |
|
I had the same issue and these flags resolve it. There are comments on if_python explaining why: https://github.com/puremourning/vim/blob/master/configure_vimenv#L33 You should also enable python malloc debug. |
|
that means we can close this issue, right? |
|
I expect so but OP can try my instructions and confirm. |
|
okay closing then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error
vim/src/if_python3.c:759: undefined reference to_PyObject_DebugFree'`OP step:
The text was updated successfully, but these errors were encountered: