Message68010
| Author | pitrou |
|---|---|
| Recipients | pitrou |
| Date | 2008-06-11.19:28:19 |
| SpamBayes Score | 0.05629947 |
| Marked as misclassified | No |
| Message-id | <1213212500.78.0.296383776308.issue3081@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
FWIW, I also wanted to propose for Py_INCREF(op) to evaluate as (op), so
that it can be used as return or assignment value, e.g.:
return Py_INCREF(result);
or:
self->var = Py_INCREF(obj);
but it's perhaps a bit more controversial. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-06-11 19:28:23 | pitrou | set | spambayes_score: 0.0562995 -> 0.05629947 recipients: + pitrou |
| 2008-06-11 19:28:20 | pitrou | set | spambayes_score: 0.0562995 -> 0.0562995 messageid: <1213212500.78.0.296383776308.issue3081@psf.upfronthosting.co.za> |
| 2008-06-11 19:28:20 | pitrou | link | issue3081 messages |
| 2008-06-11 19:28:20 | pitrou | create | |