Stubtest: allowlist all of distutils on 3.11#8411
Conversation
|
I hoped we could just add a |
There was a problem hiding this comment.
Thanks for fixing!
In case it's useful in the future, there's the x -> (x)? trick if you want to avoid unused allowlist errors. A hidden feature of stubtest is that it will not complain about an unused allowlist entry if it's a regex that could match the empty string. In this case, we could have used it to mark all the distutils things in py3_common.txt.
Yah, I considered this, but it felt vaguely immoral for this situation somehow |
Fixes #8410