Skip to content

asyncio.Queue, put() leaks memory if the queue is full #76755

Description

@jmf-mordis
BPO 32574
Nosy @asvetlov, @1st1, @jmf-mordis
PRs
  • bpo-32574: asyncio.Queue, put() leaks memory #5208
  • Files
  • asyncio_put_memory_leak.py: Memory leak example
  • 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 2018-01-25.23:46:23.605>
    created_at = <Date 2018-01-16.19:53:39.008>
    labels = ['expert-asyncio', '3.7', 'performance']
    title = 'asyncio.Queue, put() leaks memory if the queue is full'
    updated_at = <Date 2018-01-25.23:46:23.605>
    user = 'https://github.com/jmf-mordis'

    bugs.python.org fields:

    activity = <Date 2018-01-25.23:46:23.605>
    actor = 'yselivanov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-01-25.23:46:23.605>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2018-01-16.19:53:39.008>
    creator = 'Mordis'
    dependencies = []
    files = ['47388']
    hgrepos = []
    issue_num = 32574
    keywords = ['patch']
    message_count = 2.0
    messages = ['310107', '310718']
    nosy_count = 3.0
    nosy_names = ['asvetlov', 'yselivanov', 'Mordis']
    pr_nums = ['5208']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'resource usage'
    url = 'https://bugs.python.org/issue32574'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Assignees

    No one assigned

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions