diff options
| author | Emre Yilmaz <emre.yilmaz@markafoni.com> | 2015-12-02 12:34:31 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-04 12:22:17 -0500 |
| commit | 8e838d9c869083597dc9e161ae2fe37acaa90de9 (patch) | |
| tree | 51143d2305901aa59d5b957655665dffdef9ef50 /tests/postgres_tests/test_array.py | |
| parent | 25f5b5c19dc23c6c09877c9c652a934e9669573d (diff) | |
Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend.
This also fixes a possible data eviction race condition between
setting and getting a key. Another thread could remove the key
before get_and_set() accesses it again. In this case, now the
default value will be returned instead of None.
Diffstat (limited to 'tests/postgres_tests/test_array.py')
0 files changed, 0 insertions, 0 deletions
