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:08:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641499737.59.0.856965034992.issue46280@roundup.psfhosted.org>
In-reply-to
Content
#382 is false positive.  The "iterable" variable is only accessed when known to not be NULL.

    # Line 970
    if (iterable != NULL) {
        if (set_update_internal(so, iterable)) {
            Py_DECREF(so);
            return NULL;
        }
    }
History
Date User Action Args
2022-01-06 20:08:57rhettingersetrecipients: + rhettinger, eric.smith, zach.ware, pablogsal, nanjekyejoannah
2022-01-06 20:08:57rhettingersetmessageid: <1641499737.59.0.856965034992.issue46280@roundup.psfhosted.org>
2022-01-06 20:08:57rhettingerlinkissue46280 messages
2022-01-06 20:08:57rhettingercreate