[issue35866] concurrent.futures deadlock

STINNER Victor report at bugs.python.org
Tue Apr 16 09:54:57 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

A least 2 projects were broken by the logging change: libreswan and Anaconda.

> I've filed a Fedora bug report that points to this one: <https://bugzilla.redhat.com/show_bug.cgi?id=1691434>

That's related to the libreswan project.


Last year, there was another regression in Anaconda: Fedora installer:

> https://bugzilla.redhat.com/show_bug.cgi?id=1644936

The workaround/fix was to revert 3b699932e5ac3e7 in Python. Anaconda has been modified, and we were able to revert the revert 3b699932e5ac3e7 :-)

I'm not sure what was the Anaconda fix. Maybe this change?
https://github.com/rhinstaller/anaconda/pull/1721

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35866>
_______________________________________


More information about the Python-bugs-list mailing list