0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.3.1003

Problem:    Python interface does not compile with Python 2.2
Solution:   Fix thread issues and True/False. (ZyX)
This commit is contained in:
Bram Moolenaar
2013-05-21 22:23:56 +02:00
parent 0b9aecc3a5
commit 2a0f3d3fb2
8 changed files with 75 additions and 13 deletions

View File

@@ -693,6 +693,8 @@ static PyObject *FunctionGetattro(PyObject *, PyObject *);
static struct PyModuleDef vimmodule;
#define PY_CAN_RECURSE
/*
* Include the code shared with if_python.c
*/