Replace direct calls to malloc() with PyMem_Malloc() or PyMem_RawMalloc() · Issue #62403 · python/cpython · GitHub
Skip to content

Replace direct calls to malloc() with PyMem_Malloc() or PyMem_RawMalloc() #62403

Description

@vstinner
BPO 18203
Nosy @birkenfeld, @amauryfa, @ncoghlan, @kristjanvalur, @vstinner, @tiran, @tpn, @serhiy-storchaka
Files
  • ccpmem_patch.h: Patch file
  • pymem_debugcheckgil.patch
  • py_finalize.patch
  • pymem_debugcheckgil-2.patch
  • malloc_init.patch
  • malloc_modules.patch
  • 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 2013-07-07.21:33:47.401>
    created_at = <Date 2013-06-13.10:52:39.545>
    labels = ['type-feature']
    title = 'Replace direct calls to malloc() with PyMem_Malloc() or PyMem_RawMalloc()'
    updated_at = <Date 2013-07-27.00:39:51.377>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2013-07-27.00:39:51.377>
    actor = 'python-dev'
    assignee = 'none'
    closed = True
    closed_date = <Date 2013-07-07.21:33:47.401>
    closer = 'vstinner'
    components = []
    creation = <Date 2013-06-13.10:52:39.545>
    creator = 'vstinner'
    dependencies = []
    files = ['30581', '30590', '30591', '30592', '30594', '30595']
    hgrepos = []
    issue_num = 18203
    keywords = ['patch']
    message_count = 23.0
    messages = ['191076', '191078', '191080', '191082', '191086', '191093', '191111', '191169', '191174', '191175', '191176', '191179', '191180', '191182', '191183', '191195', '192559', '192563', '192572', '192591', '192596', '192597', '193766']
    nosy_count = 10.0
    nosy_names = ['georg.brandl', 'amaury.forgeotdarc', 'ncoghlan', 'kristjan.jonsson', 'vstinner', 'christian.heimes', 'trent', 'python-dev', 'aliles', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'needs patch'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue18203'
    versions = ['Python 3.4']

    Activity

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      type-featureA feature request or enhancement

      Projects

      No projects

        Milestone

        No milestone

        Relationships

        None yet

        Development

        No branches or pull requests

        Issue actions