[issue40456] Complete adding silent mode for py_compile

2020-07-25 Thread Berker Peksag
Berker Peksag added the comment: This is a duplicate of issue 38731. The inline patch in msg373791 is incorrect. I'll fix the error in maintenance releases by partially reverting commit 2e33ecd7c9b0cac3efc6fcbdd4547fd086b4e2d1. -- nosy: +berker.peksag resolution: -> duplicate

[issue40456] Complete adding silent mode for py_compile

2020-07-16 Thread Cameron Simpson
Cameron Simpson added the comment: Since bad input causes py_compile.py to issue an error like this: File "/usr/local/Cellar/python@3.8/3.8.3/Frameworks/Python.framework/Versions/3.8/lib/python3.8/py_compile.py", line 213, in main if quiet < 2: NameError: name 'quiet' is not defined

[issue40456] Complete adding silent mode for py_compile

2020-04-30 Thread Gregory Shevchenko
Change by Gregory Shevchenko : -- keywords: +patch nosy: +Gregory Shevchenko nosy_count: 2.0 -> 3.0 pull_requests: +19144 pull_request: https://github.com/python/cpython/pull/17134 ___ Python tracker

[issue40456] Complete adding silent mode for py_compile

2020-04-30 Thread Éric Araujo
Change by Éric Araujo : -- stage: -> patch review title: py_compile.main(): undefined name 'quiet' -> Complete adding silent mode for py_compile type: -> behavior ___ Python tracker