checkLRU(): I believe the tests were backwards: for objects still in
the cache, their changes are flushed but they're not ghostified, so their _p_changed == 0. For objects not in the cache, they are ghostified and so their _p_changed == None. The tests had the check values reversed.
Showing
Please register or sign in to comment