typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Add deprecation annotation for `zipimport.zipimporter.load_module`

Open ZeroIntensity opened this issue 1 year ago • 1 comments

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.

ZeroIntensity avatar Oct 20 '24 15:10 ZeroIntensity

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Oct 20 '24 15:10 github-actions[bot]