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 Christian.Tismer
Recipients Christian.Tismer, miss-islington, vstinner
Date 2021-09-02.08:52:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630572759.26.0.306291334144.issue45061@roundup.psfhosted.org>
In-reply-to
Content
> Apart None, True and False, do you know other objects which must not be deleted?

Yes, what I can think of is the immutable empty tuple singleton
which is such a candidate to be forgotten.
History
Date User Action Args
2021-09-02 08:52:39Christian.Tismersetrecipients: + Christian.Tismer, vstinner, miss-islington
2021-09-02 08:52:39Christian.Tismersetmessageid: <1630572759.26.0.306291334144.issue45061@roundup.psfhosted.org>
2021-09-02 08:52:39Christian.Tismerlinkissue45061 messages
2021-09-02 08:52:39Christian.Tismercreate