File: cleanup-session-on-delete-1ed6177d4c5c1f83.yaml

package info (click to toggle)
python-keystoneauth1 5.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,284 kB
  • sloc: python: 23,506; xml: 285; makefile: 93; sh: 2
file content (9 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
fixes:
  - >
    [`bug 1838704 <https://bugs.launchpad.net/keystone/+bug/1838704>`_]
    When consuming keystoneauth1.session.Session, if a requests session is not
    provided one is created. The Session used for requests may result in a
    ResourceWarning being generated if it is not properly closed. The code
    has been updated to close the session correctly when the Session object
    is deleted.