SIGN IN SIGN UP

bpo-30860: Fix deadcode in obmalloc.c (#3499)

Fix Coverity CID 1417587: _PyMem_Initialize() contains code which is
never executed.

Replace the runtime check with a build assertion.
V
Victor Stinner committed
ccb3c7654cc3d031fb93bf443a6ef9cfb11f6b43
Parent: b9b6900
Committed by GitHub <noreply@github.com> on 9/14/2017, 9:48:37 PM