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/. -- Regards, Benjamin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
