[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


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



More information about the Python-3000 mailing list