diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-10-29 09:06:05 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-10-29 09:06:05 +0000 |
| commit | 3add449a170be706377b66bee46af25633bc945c (patch) | |
| tree | 7415df14a37624ff0b24fd40bde079927a88c28a /lang/python24/files/patch-Python::ceval.c | |
| parent | 975af646f278430e563b72219a2c3055b211eb1a (diff) | |
Diffstat (limited to 'lang/python24/files/patch-Python::ceval.c')
| -rw-r--r-- | lang/python24/files/patch-Python::ceval.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/python24/files/patch-Python::ceval.c b/lang/python24/files/patch-Python::ceval.c deleted file mode 100644 index fc42c6e58d51..000000000000 --- a/lang/python24/files/patch-Python::ceval.c +++ /dev/null @@ -1,14 +0,0 @@ ---- Python/ceval.c.orig Sat Dec 20 15:13:53 2003 -+++ Python/ceval.c Sat Dec 20 15:15:46 2003 -@@ -496,7 +496,10 @@ - - /* The interpreter's recursion limit */ - --static int recursion_limit = 1000; -+#ifndef PYTHON_DEFAULT_RECURSION_LIMIT -+#define PYTHON_DEFAULT_RECURSION_LIMIT 1000 -+#endif -+static int recursion_limit = PYTHON_DEFAULT_RECURSION_LIMIT; - - int - Py_GetRecursionLimit(void) |
