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 vstinner
Recipients alex.henrie, serhiy.storchaka, terry.reedy, vstinner
Date 2021-03-08.18:54:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615229663.81.0.572417199297.issue43359@roundup.psfhosted.org>
In-reply-to
Content
>     c = 'x'; /* Shut up gcc warning */

IMHO this code is fine and should be kept. I hate fighting against stupid false alarms of compiler warnings. This code is harmless. It doesn't affect performances or anything.

I suggest to close this issue and its PR.
History
Date User Action Args
2021-03-08 18:54:23vstinnersetrecipients: + vstinner, terry.reedy, serhiy.storchaka, alex.henrie
2021-03-08 18:54:23vstinnersetmessageid: <1615229663.81.0.572417199297.issue43359@roundup.psfhosted.org>
2021-03-08 18:54:23vstinnerlinkissue43359 messages
2021-03-08 18:54:23vstinnercreate