[New-bugs-announce] [issue40037] py_compile.py quiet undefined in main function

Vikash Balasubramanian report at bugs.python.org
Sun Mar 22 00:34:22 EDT 2020


New submission from Vikash Balasubramanian <master.bvik at gmail.com>:

I just had a random crash while using the autocomplete feature of Emacs.

The error message was basically thrown by py_compile.py:213

quiet is undefined. I tracked down the code and sure enough, there is a comparison

if quiet < 2:
    ....

Please confirm this.

----------
components: Library (Lib)
messages: 364780
nosy: Vikash Balasubramanian
priority: normal
severity: normal
status: open
title: py_compile.py quiet undefined in main function
type: crash
versions: Python 3.8

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


More information about the New-bugs-announce mailing list