Skip to content

importlib.reload() does not return the module in sys.modules #62898

@ericsnowcurrently

Description

@ericsnowcurrently
BPO 18698
Nosy @brettcannon, @ericsnowcurrently
Files
  • reload_replaced_module.diff
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/ericsnowcurrently'
    closed_at = <Date 2013-08-15.00:23:16.355>
    created_at = <Date 2013-08-09.23:27:18.206>
    labels = ['type-bug', 'library']
    title = 'importlib.reload() does not return the module in sys.modules'
    updated_at = <Date 2013-08-15.00:23:16.354>
    user = 'https://github.com/ericsnowcurrently'

    bugs.python.org fields:

    activity = <Date 2013-08-15.00:23:16.354>
    actor = 'eric.snow'
    assignee = 'eric.snow'
    closed = True
    closed_date = <Date 2013-08-15.00:23:16.355>
    closer = 'eric.snow'
    components = ['Library (Lib)']
    creation = <Date 2013-08-09.23:27:18.206>
    creator = 'eric.snow'
    dependencies = []
    files = ['31289']
    hgrepos = []
    issue_num = 18698
    keywords = ['patch']
    message_count = 6.0
    messages = ['194776', '194827', '195125', '195177', '195229', '195230']
    nosy_count = 3.0
    nosy_names = ['brett.cannon', 'python-dev', 'eric.snow']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue18698'
    versions = ['Python 3.3', 'Python 3.4']

    Metadata

    Metadata

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions