Changes between Version 1 and Version 2 of Ticket #30310, comment 12
- Timestamp:
- 01/04/21 17:37:06 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30310, comment 12
v1 v2 1 I tried to remove the redundant code and inherit from `Mutability` . For some reason, I still get a pickling error during doctest.1 I tried to remove the redundant code and inherit from `Mutability` after #30281. For some reason, I still get a pickling error during doctest. 2 2 3 3 Furthermore, the code seems broken: `is_immutable` does not return anything: