
Sept. 11, 2017
1:03 a.m.
On Sep 10, 2017, at 14:39, Chris Angelico <rosuav@gmail.com> wrote:
As a language change, definitely not. But I like this idea for PYTHONBREAKPOINT. You set it to the name of a function, or to "pass" if you want nothing to be done. It's a special case that can't possibly conflict with normal usage.
I have working code for `PYTHONBREAKPOINT=0` and `PYTHONBREAKPOINT= ` (i.e. the empty string as given by getenv()) meaning “disable”. I don’t think we also need `PYTHONBREAKPOINT=pass`. Cheers, -Barry