commit | 9cb31d671646a5ff0901f79d2d61022621447190 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Wed Mar 24 08:26:56 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Mar 24 08:26:56 2021 -0700 |
tree | 07877b815e17e8def80ed4e70c385b4b3a23b5af | |
parent | 3ba3d513b1e3c63d09cb798b982a9e6c369cea4c [diff] |
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24953) This is to work towards the removal of the use of module_repr() in Python 3.12 (documented as deprecated since 3.4).