[issue1668] -E command line parameter intent

Guido van Rossum report at bugs.python.org
Mon Jan 7 00:38:53 CET 2008


Guido van Rossum added the comment:

To resolve this, how about this patch (getenv.2.diff)?

- change getenv("PYTHONCASEOK") -> Py_GETENV() (inside #ifdef PYOS_OS2)

- rename THREADDEBUG -> PYTHONTHREADDEBUG and use Py_GETENV()

Added file: http://bugs.python.org/file9081/getenv.2.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1668>
__________________________________


More information about the Python-bugs-list mailing list