]> granicus.if.org Git - python/commit
Issue #12929: faulthandler now uses char* for arithmetic on pointers
authorVictor Stinner <vstinner@wyplay.com>
Wed, 7 Sep 2011 14:18:56 +0000 (16:18 +0200)
committerVictor Stinner <vstinner@wyplay.com>
Wed, 7 Sep 2011 14:18:56 +0000 (16:18 +0200)
commit425fcd3045708a6e8ce1c15c6950101d2523dd59
tree36c38501f1bdf012275dc6cd755a16888e8ab262
parentea0d5fcb4a6ba8f7fa7691a9e92cbec4918dcce8
Issue #12929: faulthandler now uses char* for arithmetic on pointers

instead of void*
Modules/faulthandler.c