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 jdemeyer
Recipients jdemeyer, r.david.murray, scoder, serhiy.storchaka, steven.daprano, terry.reedy
Date 2017-04-15.17:24:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492277093.52.0.935469640427.issue30071@psf.upfronthosting.co.za>
In-reply-to
Content
For the record: the __code__ attribute of a Cython function is a real "code" object (the same type as the __code__ attribute of a Python function). Of course not all fields are relevant, for example co_code is empty.

So I think it's clear that Cython tries really hard to be compatible with Python functions.
History
Date User Action Args
2017-04-15 17:24:53jdemeyersetrecipients: + jdemeyer, terry.reedy, scoder, steven.daprano, r.david.murray, serhiy.storchaka
2017-04-15 17:24:53jdemeyersetmessageid: <1492277093.52.0.935469640427.issue30071@psf.upfronthosting.co.za>
2017-04-15 17:24:53jdemeyerlinkissue30071 messages
2017-04-15 17:24:53jdemeyercreate