commit | b74a6f14b94d36fb72b1344663e81776bf450847 | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@python.org> | Thu Nov 28 08:46:23 2019 -0800 |
committer | GitHub <noreply@github.com> | Thu Nov 28 08:46:23 2019 -0800 |
tree | c02fcc9ccb6ec32da2b9f7adcf776285c405f16e | |
parent | 18d8edbbb6626ac9cdf1152a720811beb2230b33 [diff] |
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisablehook are invoked (GH-17392) Also fixes some potential segfaults in unraisable hook handling.