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 Mark.Shannon, kj, pablogsal, vstinner
Date 2021-08-17.10:15:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629195300.31.0.40002805816.issue44914@roundup.psfhosted.org>
In-reply-to
Content
> But it also does identity (pointer) comparison of type/class object

Good point! Even if I wrote that code I forgot about all the guards that were needed for correctness. I now remember all the weird cases we discovered there :)
History
Date User Action Args
2021-08-17 10:15:00pablogsalsetrecipients: + pablogsal, vstinner, Mark.Shannon, kj
2021-08-17 10:15:00pablogsalsetmessageid: <1629195300.31.0.40002805816.issue44914@roundup.psfhosted.org>
2021-08-17 10:15:00pablogsallinkissue44914 messages
2021-08-17 10:15:00pablogsalcreate