Dan Kenigsberg has submitted this change and it was merged. Change subject: pthreading: Monkeypatch threading module first ......................................................................
pthreading: Monkeypatch threading module first When using Python 2 we must monkey patch threading module before any other module is imported. Next version of pthreading will raise if monkey_patch() is called too late. Change-Id: I49d327d0fd7c78edef62ecd43999651a475fee4d Signed-off-by: Nir Soffer <[email protected]> Reviewed-on: http://gerrit.ovirt.org/28738 Reviewed-by: Yaniv Bronhaim <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M tests/testrunner.py M vdsm/vdsm 2 files changed, 17 insertions(+), 15 deletions(-) Approvals: Nir Soffer: Verified Yaniv Bronhaim: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/28738 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I49d327d0fd7c78edef62ecd43999651a475fee4d Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Saggi Mizrahi <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
