Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
module_repr()wasdeprecated since Python 3.4 and is slated for removal inPython 3.12 as per the warnings, so let's remove them. See also[importlib] deprecate module_repr() methods #86302- Similarly,
load_module()has also beendeprecated since Python 3.4, so let's try removing it too.