[issue7516] Flag "-3" is silently ignored when running "regrtest.py -j2"

Marc-Andre Lemburg report at bugs.python.org
Tue Dec 15 20:57:27 CET 2009


Marc-Andre Lemburg <mal at egenix.com> added the comment:

Instead of just warning the user, wouldn't it be better to add proper
support for inheriting the env vars and other Python command line flags ?

Whether or not to use -E can be determined via the test module name.

The -3 flag and others can be queried via sys.flags.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7516>
_______________________________________


More information about the Python-bugs-list mailing list