消息 [122443]
Careful: the ctypes module is much slower with pypy than with cpython.
In any case, a C extension module is preferred because the (platform-dependent) details of the liblzma library are defined in a .h header file, not as a ctypes description. Future versions of the library are likely to be source-compatible, but may change some struct member for example; this would break a ctypes-based interface. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2010-11-26 07:32:58 | amaury.forgeotdarc | 修改 | recipients:
+ amaury.forgeotdarc, loewis, georg.brandl, doko, arekm, lars.gustaebel, pitrou, vstinner, nicdumz, eric.araujo, Christophe Simonis, rcoyner, proyvind, nikratio, leonov, devurandom, Garen, ysj.ray, thedjatclubrock, ockham-razor, jreese, strombrg |
| 2010-11-26 07:32:58 | amaury.forgeotdarc | 修改 | messageid: <1290756778.34.0.615118242968.issue6715@psf.upfronthosting.co.za> |
| 2010-11-26 07:32:54 | amaury.forgeotdarc | 链接 | issue6715 messages |
| 2010-11-26 07:32:54 | amaury.forgeotdarc | 创建 | |
|