commit | 4c409beb4c360a73d054f37807d3daad58d1b567 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Thu Apr 11 13:01:15 2019 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 11 13:01:15 2019 +0200 |
tree | 03e835b35a2c910cd4793106eee2004212644746 | |
parent | 536a35b3f14888999f1ffa5be7239d0c26b73d7a [diff] |
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().