Message110385
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. |
|
| 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: <[email protected]> |
| 2010-07-15 18:29:50 | MrJean1 | link | issue3163 messages |
| 2010-07-15 18:29:49 | MrJean1 | create | |
|