File: blocking-executor-support-dropped-a3bc74c6825863f0.yaml

package info (click to toggle)
python-oslo.messaging 16.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: python: 12,035; sh: 62; makefile: 24
file content (8 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
upgrade:
  - |
    The blocking executor has been deprecated for removal in Rocky and support
    is now dropped in Ussuri. Its usage was never recommended for applications,
    and it has no test coverage.
    Applications should choose the appropriate threading model that maps to
    their usage instead.