Message 342174 - Python tracker

Message342174

Author anthonypjshaw
Recipients anthonypjshaw, dgelessus
Date 2019-05-11.07:41:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557560494.26.0.877363363271.issue36880@roundup.psfhosted.org>
In-reply-to
Content
In the stack it's calling none_dealloc() which should never happen.

Assume this is being triggered by ctypes PyCFuncPtr_call.

The stacktrace I'm getting comes after the double decref so it's not showing the root cause. Someone who knows ctypes better might be able to help
History
Date User Action Args
2019-05-11 07:41:34anthonypjshawsetrecipients: + anthonypjshaw, dgelessus
2019-05-11 07:41:34anthonypjshawsetmessageid: <1557560494.26.0.877363363271.issue36880@roundup.psfhosted.org>
2019-05-11 07:41:34anthonypjshawlinkissue36880 messages
2019-05-11 07:41:34anthonypjshawcreate