Skip to content

Python 3.8 regression: endless loop in shutil.copytree #82869

@cboltz

Description

@cboltz
mannequin
BPO 38688
Nosy @giampaolo, @kinow
PRs
  • bpo-38688: Consume iterator and create list of entries to prevent infinite loop #17098
  • [3.8] bpo-38688, shutil.copytree: consume iterator and create list of entries to prevent infinite recursion (GH-17098) #17397
  • 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 = None
    closed_at = <Date 2019-11-27.04:50:18.931>
    created_at = <Date 2019-11-04.21:21:38.595>
    labels = ['3.8', 'type-bug', 'library', '3.9']
    title = 'Python 3.8 regression: endless loop in shutil.copytree'
    updated_at = <Date 2019-11-27.04:50:18.930>
    user = 'https://bugs.python.org/cboltz'

    bugs.python.org fields:

    activity = <Date 2019-11-27.04:50:18.930>
    actor = 'giampaolo.rodola'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-11-27.04:50:18.931>
    closer = 'giampaolo.rodola'
    components = ['Library (Lib)']
    creation = <Date 2019-11-04.21:21:38.595>
    creator = 'cboltz'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38688
    keywords = ['patch', '3.8regression']
    message_count = 10.0
    messages = ['355981', '356302', '357134', '357141', '357146', '357149', '357156', '357157', '357544', '357556']
    nosy_count = 3.0
    nosy_names = ['giampaolo.rodola', 'kinow', 'cboltz']
    pr_nums = ['17098', '17397']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue38688'
    versions = ['Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.8 (EOL)end of life3.9 (EOL)end of lifestdlibStandard 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