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 Vikash Balasubramanian
Recipients Vikash Balasubramanian
Date 2020-03-22.04:34:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584851662.52.0.134936419172.issue40037@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-03-22 04:34:22Vikash Balasubramaniansetrecipients: + Vikash Balasubramanian
2020-03-22 04:34:22Vikash Balasubramaniansetmessageid: <1584851662.52.0.134936419172.issue40037@roundup.psfhosted.org>
2020-03-22 04:34:22Vikash Balasubramanianlinkissue40037 messages
2020-03-22 04:34:22Vikash Balasubramaniancreate