[issue29806] Requesting version info with lowercase -v or -vv causes an import crash

2017-03-13 Thread Ned Deily
Changes by Ned Deily : -- stage: -> resolved status: open -> closed type: crash -> ___ Python tracker ___ ___ Python-bugs-list maili

[issue29806] Requesting version info with lowercase -v or -vv causes an import crash

2017-03-13 Thread INADA Naoki
INADA Naoki added the comment: > 1.On both Amazon Linux AMI Python 2.7.12 and also Anaconda Python 3.6.0, > using lowercase v's causes a crash on some kind of import. Lowercase -v is not version, it's "verbose". and -vv is "very verbose". So it's not crash, just a verbose message about importi

[issue29806] Requesting version info with lowercase -v or -vv causes an import crash

2017-03-13 Thread Anne Moroney
New submission from Anne Moroney: In trying to test the new feature in 3.6.0, $ python -VV # get more info than python -V or python --version I found several oddities. 1.On both Amazon Linux AMI Python 2.7.12 and also Anaconda Python 3.6.0, using lowercase v's causes a crash on some kind o