Message125299
| Author | pitrou |
|---|---|
| Recipients | benjamin.peterson, georg.brandl, gvanrossum, jmillikin, pitrou, rhettinger |
| Date | 2011-01-04.10:31:21 |
| SpamBayes Score | 0.001167796 |
| Marked as misclassified | No |
| Message-id | <1294137083.13.0.410855543979.issue5945@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Right, calling PyMapping_Check() was never particularly reliable, and > extension modules depending on it probably always had subtle bugs. > Perhaps it would be nice if we provided a C API to at least some of > the ABC package. In the meantime, would it be reasonable to add the moral equivalent of `hasattr(type(op), 'items')` to PyMapping_Check()? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-01-04 10:31:23 | pitrou | set | recipients: + pitrou, gvanrossum, georg.brandl, rhettinger, benjamin.peterson, jmillikin |
| 2011-01-04 10:31:23 | pitrou | set | messageid: <1294137083.13.0.410855543979.issue5945@psf.upfronthosting.co.za> |
| 2011-01-04 10:31:21 | pitrou | link | issue5945 messages |
| 2011-01-04 10:31:21 | pitrou | create | |