diff src/if_python3.c @ 4511:ce94a870b59b v7.3.1003

updated for version 7.3.1003 Problem: Python interface does not compile with Python 2.2 Solution: Fix thread issues and True/False. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 May 2013 22:23:56 +0200
parents 47e6dec5ce3c
children b9f87487d935
line wrap: on
line diff
--- a/src/if_python3.c
+++ b/src/if_python3.c
@@ -693,6 +693,8 @@ static PyObject *FunctionGetattro(PyObje
 
 static struct PyModuleDef vimmodule;
 
+#define PY_CAN_RECURSE
+
 /*
  * Include the code shared with if_python.c
  */