Message110385
| Author | MrJean1 |
|---|---|
| Recipients | MrJean1, loewis, mark.dickinson |
| Date | 2010-07-15.18:29:49 |
| SpamBayes Score | 0.021011442 |
| Marked as misclassified | No |
| Message-id | <1279218591.7.0.913040957502.issue3163@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It would be sufficient to support size_t/ssize_t in native mode for my usage. The workaround I have been using is in this recipe <http://code.activestate.com/recipes/546530/> in the function calcsize. That maps the 'z' and 'Z' format to either 'l', 'L' or 'P' for lack of anything better. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-15 18:29:52 | MrJean1 | set | recipients: + MrJean1, loewis, mark.dickinson |
| 2010-07-15 18:29:51 | MrJean1 | set | messageid: <1279218591.7.0.913040957502.issue3163@psf.upfronthosting.co.za> |
| 2010-07-15 18:29:50 | MrJean1 | link | issue3163 messages |
| 2010-07-15 18:29:49 | MrJean1 | create | |