This is an archive of the discontinued Mercurial Phabricator instance.

cext: remove PY23()
ClosedPublic

Authored by indygreg on Mar 1 2022, 7:22 PM.

Details

Reviewers
Alphare
Group Reviewers
hg-reviewers
Commits
rHGb0dd39b91e7a: cext: remove PY23()
Summary

Since we always run on Python 3 now, we no longer need this
macro to support Python 2. We refactor all users to just use
the 2nd argument.

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.Mar 1 2022, 7:22 PM
Alphare accepted this revision.Mar 2 2022, 5:21 AM
This revision is now accepted and ready to land.Mar 2 2022, 5:21 AM
Closed by commit rHGb0dd39b91e7a: cext: remove PY23() (authored by indygreg). · Explain Why
This revision was automatically updated to reflect the committed changes.