rebuild(main/vim,x11/vim-gtk): rebuild against Python 3.13#28826
rebuild(main/vim,x11/vim-gtk): rebuild against Python 3.13#28826TomJo2000 wants to merge 1 commit into
Conversation
TomJo2000
commented
Mar 6, 2026
- closes [Bug]: Vim fails to load python3 after upgrade to python 3.13 #28823
|
Ah, this doesn't fix this properly. Our python3.pc is missing |
|
Anything I can do in the meantime to get this fixed for our Vim package? But I'm not entirely sure which of the override variables, if any, is the appropriate one here. |
|
I have just completed the proper fix. Merging this directly on master. Might take upto 15 minutes for me to commit it with proper comments |
|
There seems to be an additional problem that the current settings of vim make it dynamically load Python rather than dynamically link to it, but for some reason the dynamic loading has stopped working. This is confirmed by my test here which works around the problem for me by switching it to dynamic linking instead: however, that might not be optimal because it would increase the size of storage space required to install |
|
This should also be closed now, since the problem is fixed, I think |