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 skip.montanaro
Recipients BTaskaya, bmerry, josh.r, methane, pitrou, remi.lapeyre, serhiy.storchaka, skip.montanaro
Date 2020-01-30.17:04:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580403856.59.0.317970397934.issue36051@roundup.psfhosted.org>
In-reply-to
Content
I think to avoid compiler warnings about 'save' perhaps being used uninitialized, it should be initialized to NULL when declared on line 21 of Objects/stringlib/join.h.
History
Date User Action Args
2020-01-30 17:04:16skip.montanarosetrecipients: + skip.montanaro, pitrou, methane, serhiy.storchaka, josh.r, remi.lapeyre, BTaskaya, bmerry
2020-01-30 17:04:16skip.montanarosetmessageid: <1580403856.59.0.317970397934.issue36051@roundup.psfhosted.org>
2020-01-30 17:04:16skip.montanarolinkissue36051 messages
2020-01-30 17:04:16skip.montanarocreate