[pyatspi2] Up the recursion limit. The '15' limit was met while running the orca test suite.



commit 1097105a55d45d84b6ba6c21337bc3b3f090a12b
Author: Mark Doffman <mark doffman codethink co uk>
Date:   Fri Dec 18 06:16:53 2009 -0800

    Up the recursion limit. The '15' limit was met while running the orca test suite.

 pyatspi/busutils/proxy.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pyatspi/busutils/proxy.py b/pyatspi/busutils/proxy.py
index 42b5abc..a3d2e61 100644
--- a/pyatspi/busutils/proxy.py
+++ b/pyatspi/busutils/proxy.py
@@ -18,7 +18,7 @@ import gobject
 import Queue
 
 class _MainLoopPool (Queue.Queue):
-	_RE_ENTRANCY_LIMIT = 15
+	_RE_ENTRANCY_LIMIT = 30
 	
 	def __init__ (self):
 		Queue.Queue.__init__(self)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]