Closed
Description
Bug report
module_repr()
was deprecated since Python 3.4 and is slated for removal in Python 3.12 as per the warnings, so let's remove them. See also [importlib] deprecate module_repr() methods #86302- Similarly,
load_module()
has also been deprecated since Python 3.4, so let's try removing it too.