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 r.david.murray
Recipients christian.heimes, r.david.murray, siming85
Date 2018-05-01.13:59:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525183169.94.0.682650639539.issue33395@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, in the absence of a traceback I think I misunderstood the problem (I failed to actually look at the code :)

Given what you say about the slotwrapper, I'm not sure, but I'm guessing that that means cython isn't using the PyInstanceMethod_Type as intended.  That doesn't mean it can't be fixed (though if true it makes it less likely that we'll fix it, unfortunately), but you'll have to figure out what the difference is between how it is used by cython and cpython.  I've nosied Christian, maybe he'll remember why the hash is commented out.
History
Date User Action Args
2018-05-01 13:59:29r.david.murraysetrecipients: + r.david.murray, christian.heimes, siming85
2018-05-01 13:59:29r.david.murraysetmessageid: <1525183169.94.0.682650639539.issue33395@psf.upfronthosting.co.za>
2018-05-01 13:59:29r.david.murraylinkissue33395 messages
2018-05-01 13:59:29r.david.murraycreate