On 10/08/10 15:14, Benjamin Peterson wrote: > 2010/8/10 Hart's Antler <[email protected]>: >> Seems like struct.pack is not RPython? I see the examples for unpack in the >> tests folder, but not for packing. > > struct.pack() is implemented in pypy/module/rstruct/.
I suppose you mean pypy/module/struct. But if the OP is looking for an rpython lib to use in his rpython program, this is not exactly what he looks for, although I agree it could be adapted and ported to rlib. ciao, Anto _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
