You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()