We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7a28d commit 2da4263Copy full SHA for 2da4263
Doc/library/exceptions.rst
@@ -866,7 +866,8 @@ The following exceptions are used as warning categories; see the
866
867
Base class for warnings about dubious syntax.
868
869
- This warning is emitted when compiling Python source code to bytecode.
+ This warning is typically emitted when compiling Python source code, and usually won't be reported
870
+ when running already compiled code.
871
872
873
.. exception:: RuntimeWarning
0 commit comments