| 1 |
File "/Users/markramm-christensen/python/pylons.old/tests/test_units/test_decorator_https.py", line 61, in test_https_url_for_kwargs
|
| 2 |
File "/Users/markramm-christensen/python/paste/paste/fixture.py", line 209, in get
|
| 3 |
return self.do_request(req, status=status)
|
| 4 |
File "/Users/markramm-christensen/python/paste/paste/fixture.py", line 385, in do_request
|
| 5 |
raise_on_wsgi_error=raise_on_wsgi_error,
|
| 6 |
File "/Users/markramm-christensen/python/paste/paste/wsgilib.py", line 343, in raw_interactive
|
| 7 |
app_iter = application(basic_environ, start_response)
|
| 8 |
File "/Users/markramm-christensen/python/paste/paste/lint.py", line 170, in lint_app
|
| 9 |
iterator = application(environ, start_response_wrapper)
|
| 10 |
File "/Users/markramm-christensen/python/paste/paste/registry.py", line 358, in __call__
|
| 11 |
reg.cleanup()
|
| 12 |
File "/Users/markramm-christensen/python/paste/paste/registry.py", line 308, in cleanup
|
| 13 |
stacked._pop_object(obj)
|
| 14 |
File "/Users/markramm-christensen/python/paste/paste/registry.py", line 214, in _pop_object
|
| 15 |
if obj:
|
| 16 |
File "/Users/markramm-christensen/python/webob/webob/exc.py", line 127, in __getattr__
|
| 17 |
return getattr(self.wsgi_response, attr)
|
| 18 |
|
| 19 |
|
| 20 |
....
|
| 21 |
|
| 22 |
File "/Users/markramm-christensen/python/webob/webob/exc.py", line 127, in __getattr__
|
| 23 |
return getattr(self.wsgi_response, attr)
|
| 24 |
File "/Users/markramm-christensen/python/webob/webob/exc.py", line 127, in __getattr__
|
| 25 |
return getattr(self.wsgi_response, attr)
|
| 26 |
File "/Users/markramm-christensen/python/webob/webob/exc.py", line 127, in __getattr__
|
| 27 |
return getattr(self.wsgi_response, attr)
|
| 28 |
File "/Users/markramm-christensen/python/webob/webob/exc.py", line 127, in __getattr__
|
| 29 |
return getattr(self.wsgi_response, attr)
|
| 30 |
File "/Users/markramm-christensen/python/webob/webob/exc.py", line 127, in __getattr__
|
| 31 |
return getattr(self.wsgi_response, attr)
|
| 32 |
File "/Users/markramm-christensen/python/webob/webob/exc.py", line 127, in __getattr__
|
| 33 |
return getattr(self.wsgi_response, attr)
|
| 34 |
File "/Users/markramm-christensen/python/webob/webob/exc.py", line 127, in __getattr__
|
| 35 |
return getattr(self.wsgi_response, attr)
|
| 36 |
File "/Users/markramm-christensen/python/webob/webob/exc.py", line 127, in __getattr__
|
| 37 |
return getattr(self.wsgi_response, attr)
|
| 38 |
|
| 39 |
RuntimeError: maximum recursion depth exceeded
|
| 40 |
|
| 41 |
|