(original) (raw)
On 5/31/07, Georg Brandl <g.brandl@gmx.net> wrote:
I never use the flag, personally. When I am debugging I have an app-specific flag I set. I am +1 on ditching it.
-Brett
Guido just fixed a case in the py3k branch where you could assign to
"None" in a function call.
__debug__ has similar problems: it can't be assigned to normally, but via
keyword arguments it is possible.
This should be fixed; or should __debug__ be thrown out anyway?
I never use the flag, personally. When I am debugging I have an app-specific flag I set. I am +1 on ditching it.
-Brett