This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients nanjekyejoannah, vstinner
Date 2020-04-30.22:25:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588285530.29.0.122281949999.issue40456@roundup.psfhosted.org>
In-reply-to
Content
pyflakes found 3 errors:

Lib/py_compile.py:200:20 undefined name 'quiet'
Lib/py_compile.py:204:20 undefined name 'quiet'
Lib/py_compile.py:213:20 undefined name 'quiet'

It seems like the code was introduced by PR 12976:

commit 2e33ecd7c9b0cac3efc6fcbdd4547fd086b4e2d1
Author: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Date:   Tue May 28 13:29:04 2019 -0300

    bpo-22640: Add silent mode to py_compile.compile() (GH-12976)
History
Date User Action Args
2020-04-30 22:25:30vstinnersetrecipients: + vstinner, nanjekyejoannah
2020-04-30 22:25:30vstinnersetmessageid: <1588285530.29.0.122281949999.issue40456@roundup.psfhosted.org>
2020-04-30 22:25:30vstinnerlinkissue40456 messages
2020-04-30 22:25:30vstinnercreate