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 rhettinger
Recipients eric.smith, nanjekyejoannah, pablogsal, rhettinger, zach.ware
Date 2022-01-06.20:13:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641500020.79.0.658255808158.issue46280@roundup.psfhosted.org>
In-reply-to
Content
#420 and #421 are false positives.  The value of "c" is initialized a few lines before use.

        for (;;) {
            c = tok_nextc(tok);
            ...
        }
        ...
        tok_backup(tok, c);
        if (c == '#' || c == '\n' || c == '\\') {
           ...
        }
History
Date User Action Args
2022-01-06 20:13:40rhettingersetrecipients: + rhettinger, eric.smith, zach.ware, pablogsal, nanjekyejoannah
2022-01-06 20:13:40rhettingersetmessageid: <1641500020.79.0.658255808158.issue46280@roundup.psfhosted.org>
2022-01-06 20:13:40rhettingerlinkissue46280 messages
2022-01-06 20:13:40rhettingercreate