Message58455
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes, gvanrossum |
| Date | 2007-12-11.18:56:03 |
| SpamBayes Score | 0.022078123 |
| Marked as misclassified | No |
| Message-id | <1197399363.57.0.700725011577.issue1587@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The wrapper is useful for C code which used PyMethod_New(func, NULL, type) in 2.5. W/o a wrapper people may have to rewrite and redesign their code base. For example see http://bugs.python.org/issue1505 and r59215. I had to rewrite a good bunch of code just to get one C function right. I'm +1 to add a wrapper and +0 to expose it to Python code and -0 to expose it as built-in. I used a built-in for quick testing. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-12-11 18:56:03 | christian.heimes | set | spambayes_score: 0.0220781 -> 0.022078123 recipients: + christian.heimes, gvanrossum |
| 2007-12-11 18:56:03 | christian.heimes | set | spambayes_score: 0.0220781 -> 0.0220781 messageid: <1197399363.57.0.700725011577.issue1587@psf.upfronthosting.co.za> |
| 2007-12-11 18:56:03 | christian.heimes | link | issue1587 messages |
| 2007-12-11 18:56:03 | christian.heimes | create | |