cpython/Misc/NEWS.d/next/Library/2023-11-26-13-44-19.gh-issu...

4 lines
184 B
ReStructuredText
Raw Normal View History

Fix regression in Python 3.12 where calling :func:`repr` on a module that
had been imported using a custom :term:`loader` could fail with
:exc:`AttributeError`. Patch by Alex Waygood.