File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -544,9 +544,13 @@ The following exceptions are the exceptions that are usually raised.
544
544
545
545
Raised when the interpreter finds an internal error, but the situation does not
546
546
look so serious to cause it to abandon all hope. The associated value is a
547
- string indicating what went wrong (in low-level terms).
547
+ string indicating what went wrong (in low-level terms). In :term: `CPython `,
548
+ this could be raised by incorrectly using Python's C API, such as returning
549
+ a ``NULL `` value without an exception set.
548
550
549
- You should report this to the author or maintainer of your Python interpreter.
551
+ If you're confident that this exception wasn't your fault, or the fault of
552
+ a package you're using, you should report this to the author or maintainer
553
+ of your Python interpreter.
550
554
Be sure to report the version of the Python interpreter (``sys.version ``; it is
551
555
also printed at the start of an interactive Python session), the exact error
552
556
message (the exception's associated value) and if possible the source of the
You can’t perform that action at this time.
0 commit comments