[3.6] bpo-30557: faulthandler now correctly filters and displays exception … by zooba · Pull Request #1960 · python/cpython

@zooba

…codes on Windows (#1924)

  • bpo-30557: faulthandler now correctly filters and displays exception codes on Windows

  • Adds test for non-fatal exceptions.

  • Adds bpo number to comment.

@zooba

…codes on Windows (python#1924)

* bpo-30557: faulthandler now correctly filters and displays exception codes on Windows

* Adds test for non-fatal exceptions.

* Adds bpo number to comment.

@vstinner

On Windows 8, 8.1 and 10 at least, the exit code is the exception
code (no bit is cleared).

@Mariatta Mariatta changed the title bpo-30557: faulthandler now correctly filters and displays exception … [3.6] bpo-30557: faulthandler now correctly filters and displays exception …

Jun 6, 2017

@Mariatta

I added [3.6] to the PR title, since this is a backport.

@zooba zooba deleted the bpo-30557-3.6 branch

June 6, 2017 20:47