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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-04-15 17:24:53 | jdemeyer | set | recipients: + jdemeyer, terry.reedy, scoder, steven.daprano, r.david.murray, serhiy.storchaka |
| 2017-04-15 17:24:53 | jdemeyer | set | messageid: <1492277093.52.0.935469640427.issue30071@psf.upfronthosting.co.za> |
| 2017-04-15 17:24:53 | jdemeyer | link | issue30071 messages |
| 2017-04-15 17:24:53 | jdemeyer | create | |