Skip to content

Commit 449fe0f

Browse files
committed
[GR-31912] pickletester.py: enable skipped test_clear_pickler_memo.
PullRequest: graalpython/1835
2 parents 1b33592 + 649053b commit 449fe0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/lib-python/3/test/pickletester.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3303,7 +3303,6 @@ def setUp(self):
33033303
assert self.pickler_class
33043304
assert self.unpickler_class
33053305

3306-
@support.impl_detail("[GR-31756] fix BytesIO.truncate", graalvm=False)
33073306
def test_clear_pickler_memo(self):
33083307
# To test whether clear_memo() has any effect, we pickle an object,
33093308
# then pickle it again without clearing the memo; the two serialized

0 commit comments

Comments
 (0)