◐ Shell
clean mode source ↗

Message 123037 - Python tracker

> If it's an env variable, though, it should be clear that it's
> CPython-specific, so I'm not sure how to call it.

Why do you think that only this variable is CPython-specific? CPython has an option called PYTHONDONTWRITEBYTECODE, but PyPy doesn't create .pyc files (and I suppose that nor IronPython nor Jython create such files).

I propose to call the variable PYTHONNOFAULTHANDLER. I removed "SEG" because it does catch other faults than segmentation faults.