Skip to content

Commit

Permalink
Fix seamingly wrong XXX statement in a test docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Jul 31, 2024
1 parent d6696c2 commit 5279785
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/cloudpickle_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2141,8 +2141,6 @@ def test_dynamic_class_determinist_subworker_tuple_memoization(self):
# Arguments' tuple is memoized in the main process but not in the
# subprocess as the tuples do not share the same id in the loaded
# class.

# XXX - this does not seem to work, and I am not sure there is an easy fix.
class A:
"""Class with potential tuple memoization issues."""

Expand Down

0 comments on commit 5279785

Please sign in to comment.