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 gvanrossum, mmcewen-g, pje, rhettinger
Date 2019-11-26.00:48:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574729306.53.0.68364402592.issue38911@roundup.psfhosted.org>
In-reply-to
Content
Guido should decide this one.  The PEP isn't entirely clear whether __del__ is a CPython implementation detail, nor is it clear whether the intent was for the isinstance() to insist on __del__ being present.  Also, at one time __del__ interfered with garbage collection, but that may have been fixed.
History
Date User Action Args
2019-11-26 00:48:26rhettingersetrecipients: + rhettinger, gvanrossum, pje, mmcewen-g
2019-11-26 00:48:26rhettingersetmessageid: <1574729306.53.0.68364402592.issue38911@roundup.psfhosted.org>
2019-11-26 00:48:26rhettingerlinkissue38911 messages
2019-11-26 00:48:26rhettingercreate