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.

classification
Title: variable quiet is not defined in function main.
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.8
process
Status: closed Resolution: duplicate
Dependencies: Superseder: bad input crashes py_compile library
View: 38731
Assigned To: Nosy List: Alex.Willmer, syed007
Priority: normal Keywords:

Created on 2020-02-24 21:04 by syed007, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pycompile.tar.xz syed007, 2020-02-24 21:04 pycompile.py and pycompile_error.txt
Messages (1)
msg362604 - (view) Author: Syed Habeeb Ullah Quadri (syed007) Date: 2020-02-24 21:04
'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.
History
Date User Action Args
2022-04-11 14:59:27adminsetgithub: 83924
2020-02-24 21:23:14SilentGhostsetstatus: open -> closed
superseder: bad input crashes py_compile library
resolution: duplicate
components: + Library (Lib), - Cross-Build
type: behavior
stage: resolved
2020-02-24 21:04:59syed007create