No description
Find a file
Alex Muscar be92bc5243 fix: forbid stores to the __debug__ builtin #3203
According to [the docs][1], `__debug__` is treated as a constant by the
interpreter.

This patch adds some checks to bring RustPython's behaviour in line with
cpython's.

[1]: https://docs.python.org/3/library/constants.html#built-in-constants
2021-10-05 09:11:42 +01:00
porcelain Add an ast optimizer 2021-04-05 09:46:30 -05:00
src fix: forbid stores to the __debug__ builtin #3203 2021-10-05 09:11:42 +01:00
Cargo.toml Upgrade dependencies 2021-03-25 08:06:56 -05:00