oslo.service fails with python3.9 due to Semaphore() not implementing _at_fork_reinit
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslo.concurrency |
New
|
Undecided
|
Unassigned | ||
oslo.service |
New
|
Undecided
|
Unassigned | ||
python-oslo.concurrency (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
python-oslo.service (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
oslo.service fails with python3.9 due to Semaphore() not implementing _at_fork_reinit
when testing oslo.service, it fails with AttributeErrors in python3.9, leading me to believe that oslo.concurrency is not compatible with python3.9 and i'm not sure how to fix it.
{0} oslo_service.
ERROR [oslo_service.
Traceback (most recent call last):
File "/tmp/autopkgte
task(self, context)
File "/tmp/autopkgte
raise AnException('urg')
oslo_service.
ERROR [oslo_service.
Traceback (most recent call last):
File "/tmp/autopkgte
task(self, context)
File "/tmp/autopkgte
raise AnException('urg')
oslo_service.
{0} oslo_service.
{0} oslo_service.
{0} oslo_service.
Exception ignored in: <function _after_fork at 0x7f4da9878790>
Traceback (most recent call last):
File "/usr/lib/
thread.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
AttributeError: 'Semaphore' object has no attribute '_at_fork_reinit'
Exception ignored in: <function _after_
Traceback (most recent call last):
File "/usr/lib/
handler.
File "/usr/lib/
self.
File "/usr/lib/
self.
AttributeError: 'Semaphore' object has no attribute '_at_fork_reinit'
Exception ignored in: <function _after_fork at 0x7f4da8a203a0>
Traceback (most recent call last):
File "/usr/lib/
thread.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
tags: | added: python3.9 update-excuse update-excuses |
tags: | added: hirsute |