mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.13] gh-134578: Mark more slow tests (GH-134579) (GH-134592)
(cherry picked from commit 77eade39f9)
This commit is contained in:
parent
1dbb644a5b
commit
0308612508
3 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ def test_highly_nested_objects_decoding(self):
|
|||
with support.infinite_recursion():
|
||||
self.loads('[' * 100000 + '1' + ']' * 100000)
|
||||
|
||||
@support.requires_resource('cpu')
|
||||
def test_highly_nested_objects_encoding(self):
|
||||
# See #12051
|
||||
l, d = [], {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue