STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8863>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to