[New-bugs-announce] [issue39743] variable quiet is not defined in function main.

Syed Habeeb Ullah Quadri report at bugs.python.org
Mon Feb 24 16:04:59 EST 2020


New submission from Syed Habeeb Ullah Quadri <shuq007 at gmail.com>:

'quiet' is an argument of function "compile" in "pycompile.py". I do not understand why 'quiet' is used in function "main" when function main has arguments, None.
Undefined 'quiet' variable is used in "main" function of "pycompile.py" in lines 200, 204, 214.
This is giving error in dist-upgrade of Ubuntu 19.1.

Attaching the pycompile.tar.xz for the review.

Please fix it at the earliest.

----------
components: Cross-Build
files: pycompile.tar.xz
messages: 362604
nosy: Alex.Willmer, syed007
priority: normal
severity: normal
status: open
title: variable quiet is not defined in function main.
versions: Python 3.8
Added file: https://bugs.python.org/file48909/pycompile.tar.xz

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39743>
_______________________________________


More information about the New-bugs-announce mailing list