mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Note that assignments to __debug__ are illegal
This commit is contained in:
parent
f626db77df
commit
2c84fc8a7d
1 changed files with 2 additions and 0 deletions
|
@ -86,6 +86,8 @@ is requested at compile time. Note that it is unnecessary to include
|
|||
the source code for the expression that failed in the error message;
|
||||
it will be displayed as part of the stack trace.
|
||||
|
||||
Assignments to \code{__debug__} are illegal. The value for the
|
||||
built-in variable is determined when the interpreter starts.
|
||||
|
||||
\section{Assignment statements \label{assignment}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue