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
Fix an invalid pointer dereference that could occur when calling `PyObject_Realloc` with a NULL pointer in free-threaded builds or with `PYTHONMALLOC=mimalloc`.
1
+
Fix an invalid pointer dereference that could occur when calling ``PyObject_Realloc`` with a NULL pointer in free-threaded builds or with ``PYTHONMALLOC=mimalloc``.
0 commit comments