]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in docstring and remove duplicate signal.h include in faulthandler.c (#96720)
authorchgnrdv <52372310+chgnrdv@users.noreply.github.com>
Mon, 26 Sep 2022 16:12:19 +0000 (19:12 +0300)
committerGitHub <noreply@github.com>
Mon, 26 Sep 2022 16:12:19 +0000 (18:12 +0200)
commit85752decbfd733284ffdb8ae9c93b927765236c7
tree5044ec3e98925478b279db7942381cd355fd43ee
parent41351662bcd21672d8ccfa62fe44d72027e6bcf8
Fix typo in docstring and remove duplicate signal.h include in faulthandler.c (#96720)

This fix corrects a typo in dump_traceback_later function docstring and removes duplicate signal.h include directive
Modules/faulthandler.c