1
0
forked from aniani/vim

patch 8.1.0867: cannot build Python interface with Python 2.4

Problem:    Cannot build Python interface with Python 2.4. (Tom G. Christensen)
Solution:   Define PyBytes_FromStringAndSize. (Ken Takata, closes #3888)
This commit is contained in:
Bram Moolenaar
2019-02-01 22:10:16 +01:00
parent 1c321dcee9
commit 65951258d6
2 changed files with 13 additions and 9 deletions

View File

@@ -783,6 +783,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
867,
/**/
866,
/**/