[patch] fix completely broken analyze.py
Bug #223331 reported by
Laurence Rowe
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ZODB |
Triaged
|
Low
|
Unassigned |
Bug Description
The code for handling BTree and missing imports with analyze.py is completely broken from at least ZODB 3.7 onwards, only a small percentage of records seemed to be processed. This patch changes get_type to use a custom unpickler.
Changed in zodb: | |
importance: | Low → High |
Changed in zodb: | |
assignee: | nobody → Kadir Selçuk (turkdevops) |
Changed in zodb: | |
assignee: | Kadir Selçuk (turkdevops) → nobody |
To post a comment you must log in.
This broke because there wasn't a test.
Can you supply a test so that it doesn't break again?