logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

divide-by-zero-python - try to divide a number by zero and crash

Author

       Benjamin Drung <bdrung@posteo.de>

chaos-marmosets                                    2024-06-02                           DIVIDE-BY-ZERO-PYTHON(1)

Description

divide-by-zero-python  tries  to  divide  a number by zero.  It will immediately exit with a Python stack
       trace.  This program is useful to test Python’s sys.excepthook to handle crashes.  In case of using a bug
       reporting system like Apport, this program allows testing reporting the crash.

Name

       divide-by-zero-python - try to divide a number by zero and crash

Options

       This program takes no options.

Synopsis

divide-by-zero-python

See Also