SIGN IN SIGN UP

Closes #22336: attemptckalloc() with PyMem_Malloc() in _tkinter

The PyMem_Malloc(size) function has a well defined behaviour: if size is 0, a
pointer different than NULL is returned. PyMem_Malloc() allocations are
tracked by tracemalloc, attemptckalloc() allocations are not tracked.
V
Victor Stinner committed
ee6c3c7162dee452dc42d9a1001bf1a0a1e15f26
Parent: a1b16ba