ZEO client cache is broken, is python runs in optimized mode
Bug #544305 reported by
Nikolay Kim
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ZODB |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
code uses "assert read(1) == 'a'"
if python runs in optimized mode, this statement is never executed, so position in client cache is wrong
Changed in zodb: | |
status: | New → Fix Committed |
Changed in zodb: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
ZODB3.8 and ZODB3.9 affected