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 methane
Recipients methane, serhiy.storchaka, thehesiod, vstinner
Date 2017-08-22.06:17:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503382625.35.0.250654477008.issue31095@psf.upfronthosting.co.za>
In-reply-to
Content
> Maybe it would help to have a short comment, maybe with a link to this issue, on each PyObject_GC_UnTrack().

Is this looks good to you?

  /* UnTrack is needed before calling any callbacks (bpo-31095) */
  PyObject_GC_UnTrack(self);
History
Date User Action Args
2017-08-22 06:17:05methanesetrecipients: + methane, vstinner, serhiy.storchaka, thehesiod
2017-08-22 06:17:05methanesetmessageid: <1503382625.35.0.250654477008.issue31095@psf.upfronthosting.co.za>
2017-08-22 06:17:05methanelinkissue31095 messages
2017-08-22 06:17:05methanecreate