Changes between Initial Version and Version 1 of Ticket #13394, comment 47
- Timestamp:
- 10/31/13 00:26:13 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13394, comment 47
initial v1 46 46 215853068 47 47 }}} 48 In other words, one ofthe second of the explicitly inserted items is missing! That's a bug, I believe.48 In other words, the second of the explicitly inserted items is missing! That's a bug, I believe. 49 49 50 50 The same of course also happens with Python's weak value dictionaries (of course, since they use a dict internally). Hence, Sage's `CachedRepresentation` has been running into this bug all the time.