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 BTaskaya, james, pablogsal, serhiy.storchaka, vstinner, xtreak
Date 2019-10-19.21:16:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571519803.05.0.731286545303.issue38530@roundup.psfhosted.org>
In-reply-to
Content
Why private? They should be public.

But the problem is that making a reference to the object we can prolong its lifetime and even create a reference loop. There was a proposition to create a weak reference, but not all types support weak reference.
History
Date User Action Args
2019-10-19 21:16:43serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, james, pablogsal, xtreak, BTaskaya
2019-10-19 21:16:43serhiy.storchakasetmessageid: <1571519803.05.0.731286545303.issue38530@roundup.psfhosted.org>
2019-10-19 21:16:43serhiy.storchakalinkissue38530 messages
2019-10-19 21:16:42serhiy.storchakacreate