typeshed
typeshed copied to clipboard
Add deprecation annotation for `zipimport.zipimporter.load_module`
This has been deprecated since 3.10, and I'm quite sure that it's been causing problems for the exec_module migration. See my comment here.
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉