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 bquinlan, masamoto, methane, yselivanov
Date 2016-10-10.15:51:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476114701.55.0.909203737069.issue28405@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for reporting.

C-API doc [https://docs.python.org/3.7/c-api/gcsupport.html#c._PyObject_GC_TRACK] says:

> A macro version of PyObject_GC_Track(). It should not be used for extension modules.

So simply replacing it to PyObject_GC_Track() may solve the issue.
History
Date User Action Args
2016-10-10 15:51:41methanesetrecipients: + methane, bquinlan, yselivanov, masamoto
2016-10-10 15:51:41methanesetmessageid: <1476114701.55.0.909203737069.issue28405@psf.upfronthosting.co.za>
2016-10-10 15:51:41methanelinkissue28405 messages
2016-10-10 15:51:41methanecreate