Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHGcc0e059d2af8: worker: remove Python 2 support code
Diff Detail
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
Comment Actions
It appears that this (or maybe another changeset in this series, I'm not sure), broke the pytype tests: https://foss.heptapod.net/mercurial/mercurial-devel/-/jobs/457121
@indygreg could you follow-up?
Comment Actions
It isn't surprising that pytype broke as a result of this series. I suspect what happened is the removal of a bunch of Python 2 code paths enabled pytype to make different (hopefully more accurate) inferences about types and this resulted in fallout. There's a good chance this will actually reveal legitimate typing bugs in the code base.
I'll try to take a look in a few hours.