Message75815
Is it be feasible to add arithmetic operations
to the ctypes integer types? Since ctypes is now
in the core, it would seem better to enhance ctypes
than provide a new module.
I think this would be valuable for rapid prototyping
of an algorithm in Python before translating it into
C. In particular, it might help with detecting some
common C code bugs involving undefined behaviour---for
example, overflow in signed-integer arithmetic. |
|
Date |
User |
Action |
Args |
2008-11-13 10:45:18 | mark.dickinson | set | recipients:
+ mark.dickinson, arigo, theller, rhettinger, bob.ippolito, fredrik_j |
2008-11-13 10:45:17 | mark.dickinson | set | messageid: <1226573117.75.0.490063479892.issue887237@psf.upfronthosting.co.za> |
2008-11-13 10:45:14 | mark.dickinson | link | issue887237 messages |
2008-11-13 10:45:13 | mark.dickinson | create | |
|