Skip to content

Import dotted name as alias breaks with concurrency #74997

@rshk

Description

@rshk
mannequin
BPO 30814
Nosy @brettcannon, @ncoghlan, @vstinner, @ned-deily, @ericsnowcurrently, @serhiy-storchaka, @RazerM, @rshk
PRs
  • bpo-30814: Fixed a race condition when import a submodule from a package. #2580
  • [3.6] bpo-30814: Fixed a race condition when import a submodule from a package. (GH-2580). #2598
  • [3.5] bpo-30814: Add a test for concurrent relative import. (GH-2580). #2645
  • bpo-30891: importlib _find_and_load() try/except #2665
  • bpo-30814, bpo-30876: Add new import test files to projects. #2851
  • [3.6] bpo-30814, bpo-30876: Add new import test files to projects. (GH-2851). #2912
  • 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/serhiy-storchaka'
    closed_at = <Date 2017-07-27.10:19:01.622>
    created_at = <Date 2017-06-30.11:09:48.262>
    labels = ['interpreter-core', 'type-bug', '3.7']
    title = 'Import dotted name as alias breaks with concurrency'
    updated_at = <Date 2017-07-27.10:19:01.621>
    user = 'https://github.com/rshk'

    bugs.python.org fields:

    activity = <Date 2017-07-27.10:19:01.621>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-07-27.10:19:01.622>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2017-06-30.11:09:48.262>
    creator = 'SamueleSanti'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30814
    keywords = ['3.6regression']
    message_count = 18.0
    messages = ['297380', '297475', '297482', '297679', '297698', '297704', '297803', '297806', '297966', '298050', '298065', '298951', '298958', '299005', '299018', '299019', '299296', '299302']
    nosy_count = 8.0
    nosy_names = ['brett.cannon', 'ncoghlan', 'vstinner', 'ned.deily', 'eric.snow', 'serhiy.storchaka', 'RazerM', 'SamueleSanti']
    pr_nums = ['2580', '2598', '2645', '2665', '2851', '2912']
    priority = 'high'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue30814'
    versions = ['Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Labels

    3.7 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions