This is an archive of the discontinued Mercurial Phabricator instance.

zeroconf: fix deprecation warning with python 3.10
ClosedPublic

Authored by jcristau on Apr 9 2022, 8:44 AM.

Details

Summary

threading.condition.notifyAll → threading.condition.notify_all

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

jcristau created this revision.Apr 9 2022, 8:44 AM
Alphare accepted this revision.Apr 12 2022, 9:21 AM
This revision is now accepted and ready to land.Apr 12 2022, 9:21 AM
This revision was automatically updated to reflect the committed changes.