We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f652d2 commit 649053bCopy full SHA for 649053b
graalpython/lib-python/3/test/pickletester.py
@@ -3303,7 +3303,6 @@ def setUp(self):
3303
assert self.pickler_class
3304
assert self.unpickler_class
3305
3306
- @support.impl_detail("[GR-31756] fix BytesIO.truncate", graalvm=False)
3307
def test_clear_pickler_memo(self):
3308
# To test whether clear_memo() has any effect, we pickle an object,
3309
# then pickle it again without clearing the memo; the two serialized
0 commit comments