Message291724
| 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. |
|