File: disable-cached-statements-sqlite-a0ae8fa22742966f.yaml

package info (click to toggle)
python-oslo.db 17.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,296 kB
  • sloc: python: 10,081; sh: 33; makefile: 25
file content (6 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
---
fixes:
  - |
    Disable cached statement on sqlite3 to avoid multithreading cache
    inconsistencies since python 3.12.
    See related bug on https://github.com/python/cpython/issues/118172