This is an archive of the discontinued Mercurial Phabricator instance.

pycompat: export a handle on concurrent.futures
ClosedPublic

Authored by indygreg on Apr 11 2018, 7:42 PM.

Details

Summary

On Python 3, we use the built-in version in the standard library. Else
we use our vendored backport.

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

indygreg created this revision.Apr 11 2018, 7:42 PM
durin42 accepted this revision.Apr 13 2018, 5:34 PM
This revision is now accepted and ready to land.Apr 13 2018, 5:34 PM
This revision was automatically updated to reflect the committed changes.