bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
Modify CLEANBYTE, DEADDYTE and FORBIDDENBYTE constants: use 0xCD, 0xDD and 0xFD, rather than 0xCB, 0xBB and 0xFB, to use the same byte patterns than Windows CRT debug malloc() and free().
V
Victor Stinner committed
4c409beb4c360a73d054f37807d3daad58d1b567
Parent: 536a35b
Committed by GitHub <noreply@github.com>
on 4/11/2019, 11:01:15 AM