#411 closed defect (fixed)
Fossilize - PersistentList is not fossilizable
Reported by: | pferreir | Owned by: | irolewic |
---|---|---|---|
Priority: | critical | Milestone: | v0.97.0 |
Component: | General | Version: | 0.97.0 |
Keywords: | Cc: |
Description (last modified by pferreir)
6245d868eab278c86f83ca4d3110bb989573f261 tries to fix that, but it happens that in ZODB 3.8 PersistentList has no __iter__ method. Tricky one, we should avoid referencing ZODB code from fossilize.py.
Change History (8)
comment:1 Changed 5 years ago by pferreir
- Description modified (diff)
comment:2 Changed 5 years ago by pferreir
comment:3 Changed 5 years ago by irolewic
- Owner set to irolewic
- Status changed from new to accepted
comment:4 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>
comment:5 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>
comment:6 Changed 5 years ago by jbenito
- Resolution set to fixed
- Status changed from accepted to closed
comment:7 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>
comment:8 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>
Note: See
TracTickets for help on using
tickets.
Example of the original exception: