commit | 7a5567a92cf0e0bcaae7dca8975328c9151fe1c7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Feb 11 14:23:35 2015 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Feb 11 14:23:35 2015 +0100 |
tree | 3ce30b7bf86bf423c9f5197ce361c1ec58b002d7 | |
parent | 8e36812e27f70bd6e4b3b85c9e9e858b0ac0df5e [diff] |
Issue #23433: Fix faulthandler._stack_overflow() Fix undefined behaviour: don't compare pointers. Use Py_uintptr_t type instead of void*. It fixes test_faulthandler on Fedora 22 which now uses GCC 5.