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 serhiy.storchaka
Recipients brett.cannon, eric.snow, larry, ncoghlan, random832, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-04-23.09:35:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461404128.8.0.230324966785.issue26811@psf.upfronthosting.co.za>
In-reply-to
Content
May be using _PyObject_GC_UNTRACK() is more correct than setting the size to 0 or setting the item to None. But property_descr_get_gc_untrack.patch makes the code a little slower. Here is optimized version of Victor's patch.
History
Date User Action Args
2016-04-23 09:35:28serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, ncoghlan, vstinner, larry, eric.snow, random832, xiang.zhang
2016-04-23 09:35:28serhiy.storchakasetmessageid: <1461404128.8.0.230324966785.issue26811@psf.upfronthosting.co.za>
2016-04-23 09:35:28serhiy.storchakalinkissue26811 messages
2016-04-23 09:35:28serhiy.storchakacreate