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 serhiy.storchaka
Recipients kj, pablogsal, rhettinger, serhiy.storchaka
Date 2021-07-04.18:11:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625422274.31.0.182880116213.issue44563@roundup.psfhosted.org>
In-reply-to
Content
In tee.fromiterable() the non-initialized tee object can be deleted by  without calling _Py_ForgetReference() in debug build.

See also issue44553 and issue44562.

The proposed PR rewrites the code so that it no longer need to delete not completely initialized tee object.
History
Date User Action Args
2021-07-04 18:11:14serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pablogsal, kj
2021-07-04 18:11:14serhiy.storchakasetmessageid: <1625422274.31.0.182880116213.issue44563@roundup.psfhosted.org>
2021-07-04 18:11:14serhiy.storchakalinkissue44563 messages
2021-07-04 18:11:11serhiy.storchakacreate