Skip to content

Commit 649053b

Browse files
committed
[GR-31912] pickletester.py: enable skipped test_clear_pickler_memo
1 parent 7f652d2 commit 649053b

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)