Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
python3.32800
stack_overflow_test_endless_recursion.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File stack_overflow_test_endless_recursion.patch of Package python3.32800
--- Lib/test/test_json/test_recursion.py | 3 +++ 1 file changed, 3 insertions(+) --- a/Lib/test/test_json/test_recursion.py +++ b/Lib/test/test_json/test_recursion.py @@ -1,3 +1,5 @@ +import unittest + from test.test_json import PyTest, CTest @@ -85,6 +87,7 @@ class TestRecursion: with self.assertRaises(RuntimeError): self.dumps(d) + @unittest.skip('stack overflows') def test_endless_recursion(self): # See #12051 class EndlessJSONEncoder(self.json.JSONEncoder):
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor