Changes between Initial Version and Version 1 of Ticket #21122, comment 10
- Timestamp:
- 07/29/16 11:27:33 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21122, comment 10
initial v1 1 1 Oops, yes, I forgot to say: it's a positive review, if the tests pass. 2 2 3 @Nicolas: out of curiosity, why does a key class make morphisms picklable,but a custom cmp doesn't? 3 @Nicolas: out of curiosity, why does a key class make morphisms picklable, but a custom cmp doesn't? 4 5 @Travis: it's also used for computing preimages, for example. Though, as I said, I'm fine with all sorts of bad behavior short of wrong results here, because these would be NotImplementedErrors without the triangularity parameters.