File: bug-1782404-c4e37bbc83756a89.yaml

package info (click to toggle)
python-keystonemiddleware 10.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,288 kB
  • sloc: python: 10,017; makefile: 93; sh: 2
file content (8 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
---
fixes:
  - >
    [`bug 1782404 <https://bugs.launchpad.net/keystonemiddleware/+bug/1782404>`_]
    Keystonemiddleware incorrectly implemented an abstraction for the memcache
    client pool that utilized a `queue.Queue` `get` method instead of the
    supplied `acquire()` context manager. The `acquire()` context manager
    properly places the client connection back into the pool after `__exit__`.