Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Messy traceback ifimportlib.reload() is called with astr #125519

Closed
Assignees
AlexWaygood
Labels
3.12only security fixes3.13bugs and security fixes3.14bugs and security fixesstdlibStandard Library Python modules in the Lib/ directorytopic-importlibtype-bugAn unexpected behavior, bug, or error
@AlexWaygood

Description

@AlexWaygood

Bug report

Bug description:

If you callimportlib.reload() with astr, there's a huge amount of unnecessary detail in the traceback that makes it look like there's an internal error in the function itself:

>>> import importlib>>> import typing>>> importlib.reload("typing")Traceback (most recent call last):  File"/Users/alexw/.pyenv/versions/3.13.0/lib/python3.13/importlib/__init__.py", line101, inreload    name= module.__spec__.name^^^^^^^^^^^^^^^AttributeError:'str' object has no attribute '__spec__'. Did you mean: '__doc__'?During handling of the above exception, another exception occurred:Traceback (most recent call last):  File"/Users/alexw/.pyenv/versions/3.13.0/lib/python3.13/importlib/__init__.py", line104, inreload    name= module.__name__^^^^^^^^^^^^^^^AttributeError:'str' object has no attribute '__name__'. Did you mean: '__ne__'?During handling of the above exception, another exception occurred:Traceback (most recent call last):  File"<python-input-2>", line1, in<module>    importlib.reload("typing")~~~~~~~~~~~~~~~~^^^^^^^^^^  File"/Users/alexw/.pyenv/versions/3.13.0/lib/python3.13/importlib/__init__.py", line106, inreloadraiseTypeError("reload() argument must be a module")TypeError:reload() argument must be a module

We should probably suppress the exception context here.

CPython versions tested on:

3.12, 3.13, CPython main branch

Operating systems tested on:

macOS

Linked PRs

Metadata

Metadata

Assignees

Labels

3.12only security fixes3.13bugs and security fixes3.14bugs and security fixesstdlibStandard Library Python modules in the Lib/ directorytopic-importlibtype-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp