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 pablogsal
Recipients kj, miss-islington, pablogsal, serhiy.storchaka
Date 2021-07-04.18:28:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625423331.05.0.610379951754.issue44562@roundup.psfhosted.org>
In-reply-to
Content
> But is alias->origin initialized to safely call Py_XDECREF(alias->origin)?

Why would that be unsafe? PyType_GenericAlloc sets all fields to NULL so that is going to either be NULL or have an object, no? setup_ga only sets alias->origin if there has been no failures
History
Date User Action Args
2021-07-04 18:28:51pablogsalsetrecipients: + pablogsal, serhiy.storchaka, miss-islington, kj
2021-07-04 18:28:51pablogsalsetmessageid: <1625423331.05.0.610379951754.issue44562@roundup.psfhosted.org>
2021-07-04 18:28:51pablogsallinkissue44562 messages
2021-07-04 18:28:51pablogsalcreate