]> granicus.if.org Git - python/commit
bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970)
authorVictor Stinner <vstinner@redhat.com>
Tue, 30 Apr 2019 10:19:34 +0000 (12:19 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Apr 2019 10:19:34 +0000 (12:19 +0200)
commitb84cb70880a0acfcbbaca7bcda405af08f94d269
tree2910123a81a6245417ac3413dd3ef00896652ce2
parent3bbcc92577f8e616bc94c679040043bacd00ebf1
bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970)

Initialize "stack_t current_stack" to zero using memset().
Misc/NEWS.d/next/Library/2019-04-26-17-14-20.bpo-36734.p2MaiN.rst [new file with mode: 0644]
Modules/faulthandler.c