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 erlendaasland
Recipients berker.peksag, erlendaasland
Date 2021-02-19.12:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
There's a lot of file scoped functions without the static storage-class specifier. All file local functions should have the static storage-class specifier.
History
Date User Action Args
2021-02-19 12:05:57erlendaaslandsetrecipients: + erlendaasland, berker.peksag
2021-02-19 12:05:57erlendaaslandsetmessageid: <[email protected]>
2021-02-19 12:05:57erlendaaslandlinkissue43269 messages
2021-02-19 12:05:57erlendaaslandcreate