This is an archive of the discontinued Mercurial Phabricator instance.

py3: stop rewriting xrange() to pycompat.xrange()
ClosedPublic

Authored by indygreg on Aug 1 2018, 4:10 PM.

Details

Summary

We now require the use of pycompat.xrange() in source.

One less feature in the module importer gets us one step closer
to Python 3 native source code.

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.Aug 1 2018, 4:10 PM
durin42 accepted this revision.Aug 1 2018, 4:18 PM
This revision is now accepted and ready to land.Aug 1 2018, 4:18 PM
This revision was automatically updated to reflect the committed changes.
yuja added a subscriber: yuja.Aug 2 2018, 8:57 AM

Need to bump BYTECODEHEADER. Fixed in flight.