• Steve Dower's avatar
    [3.6] bpo-30557: faulthandler now correctly filters and displays exception … (#1960) · 2bafc0dc
    Steve Dower yazdı
    * bpo-30557: faulthandler now correctly filters and displays exception 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.
    
    * bpo-30557: Fix test_faulthandler (#1969)
    
    On Windows 8, 8.1 and 10 at least, the exit code is the exception
    code (no bit is cleared).
    2bafc0dc
faulthandler.c 37.8 KB