This is an archive of the discontinued Mercurial Phabricator instance.

util: stop calling os.stat_float_times()
ClosedPublic

Authored by durin42 on Mar 5 2018, 4:08 PM.

Details

Summary

It had Python-wide side effects, and it disappears in 3.7.0.

As of this change, we're mostly working on 3.7.0b2. There are a few
worrying failures, mostly around regular expressions, but we'll have
to tackle those separately.

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

durin42 created this revision.Mar 5 2018, 4:08 PM
yuja accepted this revision.Mar 8 2018, 7:57 AM
This revision is now accepted and ready to land.Mar 8 2018, 7:57 AM
This revision was automatically updated to reflect the committed changes.