Message 300668 - Python tracker
Message300668
| 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:05 | methane | set | recipients: + methane, vstinner, serhiy.storchaka, thehesiod |
| 2017-08-22 06:17:05 | methane | set | messageid: <1503382625.35.0.250654477008.issue31095@psf.upfronthosting.co.za> |
| 2017-08-22 06:17:05 | methane | link | issue31095 messages |
| 2017-08-22 06:17:05 | methane | create | |