commit | 65951258d65b71581aeb117dbb7defa8a87ce38f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 01 22:10:16 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 01 22:10:16 2019 +0100 |
tree | 3252de27de59fb9a8df766a9c1f77ecfe13f81fc | |
parent | 1c321dcee966b82a527cb34bbadd5874d6bc454a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 14f1894..92e9805 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 867, +/**/ 866, /**/ 865,