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, serhiy.storchaka, terry.reedy
Date 2022-01-06.21:21:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641504062.59.0.412490196046.issue46280@roundup.psfhosted.org>
In-reply-to
Content
#654 is a false positive.  The value of ptrs[0] is initialized to NULL via a pointer alias a few lines before:

    pp = ptrs;
    ...
    *pp = NULL;
    ...
    if (ptrs[0] == NULL)
History
Date User Action Args
2022-01-06 21:21:02rhettingersetrecipients: + rhettinger, terry.reedy, eric.smith, serhiy.storchaka, pablogsal, nanjekyejoannah
2022-01-06 21:21:02rhettingersetmessageid: <1641504062.59.0.412490196046.issue46280@roundup.psfhosted.org>
2022-01-06 21:21:02rhettingerlinkissue46280 messages
2022-01-06 21:21:02rhettingercreate