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 vstinner
Recipients methane, pitrou, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-08-31.22:23:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504218180.07.0.408340927541.issue31317@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine: "Actually, it's not the bug that is weird, but the heuristics in -R seem completely weird now.  If I print the alloc and rc deltas:"

I changed it recently to reduce false alarms: see bpo-30776.


Antoine: "To come back to this bug, it still fails if add a __slots__, so I don't think it's related to shared key dictionaries."

Oh ok, in that case, I will move back to bpo-31217. I close this issue as a duplicate.
History
Date User Action Args
2017-08-31 22:23:00vstinnersetrecipients: + vstinner, rhettinger, pitrou, methane, serhiy.storchaka, xiang.zhang
2017-08-31 22:23:00vstinnersetmessageid: <1504218180.07.0.408340927541.issue31317@psf.upfronthosting.co.za>
2017-08-31 22:23:00vstinnerlinkissue31317 messages
2017-08-31 22:23:00vstinnercreate