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 @@ -562,9 +562,13 @@ The following exceptions are the exceptions that are usually raised.
562
562
563
563
Raised when the interpreter finds an internal error, but the situation does not
564
564
look so serious to cause it to abandon all hope. The associated value is a
565
- string indicating what went wrong (in low-level terms).
565
+ string indicating what went wrong (in low-level terms). In :term: `CPython `,
566
+ this could be raised by incorrectly using Python's C API, such as returning
567
+ a ``NULL `` value without an exception set.
566
568
567
- You should report this to the author or maintainer of your Python interpreter.
569
+ If you're confident that this exception wasn't your fault, or the fault of
570
+ a package you're using, you should report this to the author or maintainer
571
+ of your Python interpreter.
568
572
Be sure to report the version of the Python interpreter (``sys.version ``; it is
569
573
also printed at the start of an interactive Python session), the exact error
570
574
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