[Python-3000] C API for ints and strings (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Sat Sep 8 19:44:37 CEST 2007
- Previous message: [Python-3000] C API for ints and strings
- Next message: [Python-3000] C API for ints and strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Speaking of PyLong, and its' minor awkwardness to work with in C (you either have to convert to another multiple-precision type through a string, or use Python's arithmetic operators directly), was there any thought given to using something like GPM's mpzt as the backing data type?
I never did that.
Regards, Martin
- Previous message: [Python-3000] C API for ints and strings
- Next message: [Python-3000] C API for ints and strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]