[Python-Dev] Re: Changing PySequence and PyMapping checks

2022-01-15 Thread Christopher Barker
On Sat, Jan 15, 2022 at 2:06 AM Paul Moore wrote: > Personally, I dislike the presumption that you state in the bpo, that > typing and linters have changed things so that being a sequence is more > closely tied to implementing the Sequence abc these days. I consider it a > flaw in typing and lint

[Python-Dev] Re: Changing PySequence and PyMapping checks

2022-01-15 Thread Paul Moore
Personally, I dislike the presumption that you state in the bpo, that typing and linters have changed things so that being a sequence is more closely tied to implementing the Sequence abc these days. I consider it a flaw in typing and linters if that’s the case, not something to embrace. Paul. PS