Skip to content

Change appropriate m_new() to m_malloc_without_collect() #10491

@dhalbert

Description

@dhalbert

This is a follow-on to #10264.

There are a number of places where m_new() is called to create byte or string buffers, etc., which contain no collectible objects. An example is py/vstr.c. Change these to m_malloc_without_collect()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions