Message107201
| Author | belopolsky |
|---|---|
| Recipients | belopolsky, jackdied, murrayc |
| Date | 2010-06-06.18:04:07 |
| SpamBayes Score | 0.00037534357 |
| Marked as misclassified | No |
| Message-id | <1275847449.76.0.178808281575.issue7463@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
PyCObject is deprecated in 2.7 and removed in 3.x. PyCapsule_Import() should be used instead of PyCObject_Import() and it already has correct signature: Include/pycapsule.h:PyAPI_FUNC(void *) PyCapsule_Import(const char *name, int no_block); Since this is not a bug, I don't think it is appropriate to change it in 2.x. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-06-06 18:04:10 | belopolsky | set | recipients: + belopolsky, jackdied, murrayc |
| 2010-06-06 18:04:09 | belopolsky | set | messageid: <1275847449.76.0.178808281575.issue7463@psf.upfronthosting.co.za> |
| 2010-06-06 18:04:08 | belopolsky | link | issue7463 messages |
| 2010-06-06 18:04:07 | belopolsky | create | |