78d39c49aa
The asyncore module has been deprecated in Python 3.6 and removed in Python 3.12. In the future, we should either port process_executor to asyncio or deprecate it, but for now we just disable it starting in Python 3.12. Closes-Bug: #2026183 Change-Id: I6c69593c5ce5a62721294564917d7a75531a2dac
7 lines
195 B
YAML
7 lines
195 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The process_executor module has been deprecated, starting with Python 3.12.
|
|
It is still available in older versions of Python. There is no replacement
|
|
for it.
|