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 Dave Lawrence
Recipients Dave Lawrence, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-12-10.20:34:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576010045.3.0.394825329698.issue39001@roundup.psfhosted.org>
In-reply-to
Content
further investigation seems to point to this being something to do with mingw and the dll. I have tried compiling the same test example on 64-bit linux and in the Ubuntu WSL on windows and it works. Tests also show that the refcount of '1' is correct and not the problem.
the PyObject pointers of 0000000002750408 are suspicious though and on sight look like 32-bit addresses -- is there some odd 32/64 bit mismatch happening somewhere even though the lib clearly links and loads the dll?
History
Date User Action Args
2019-12-10 20:34:05Dave Lawrencesetrecipients: + Dave Lawrence, paul.moore, tim.golden, zach.ware, steve.dower
2019-12-10 20:34:05Dave Lawrencesetmessageid: <1576010045.3.0.394825329698.issue39001@roundup.psfhosted.org>
2019-12-10 20:34:05Dave Lawrencelinkissue39001 messages
2019-12-10 20:34:04Dave Lawrencecreate