We can remove this when we're Python 3-only, but for now it's just too
awkward to deal with and it's harmless.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG70d42e2ad9b4: pytype: don't warn us about ignored-on-py3 metaclasses
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
I wonder if we should adopt a convention like # TODO nopy2 XXX to denote things to fix when Python 2 support is ripped out. Otherwise I feel like we're going to forget to undo many of these hacks. (I should have suggested this months ago because there will be lingering signs of Python 2 for years to come, I fear.)