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 pitrou
Recipients methane, pitrou, serhiy.storchaka
Date 2018-05-20.09:03:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526806991.27.0.682650639539.issue33583@psf.upfronthosting.co.za>
In-reply-to
Content
I think we can simply document it.  I don't think anyone has silently buggy code, since it would probably cause a crash as soon as the chain of objects is walked.

If we want to fix PyObject_GC_Resize(), we should check that benchmarks are unaffected.
History
Date User Action Args
2018-05-20 09:03:11pitrousetrecipients: + pitrou, methane, serhiy.storchaka
2018-05-20 09:03:11pitrousetmessageid: <1526806991.27.0.682650639539.issue33583@psf.upfronthosting.co.za>
2018-05-20 09:03:11pitroulinkissue33583 messages
2018-05-20 09:03:11pitroucreate