This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 amaury.forgeotdarc
收信人 Christophe Simonis, Garen, amaury.forgeotdarc, arekm, devurandom, doko, eric.araujo, georg.brandl, jreese, lars.gustaebel, leonov, loewis, nicdumz, nikratio, ockham-razor, pitrou, proyvind, rcoyner, strombrg, thedjatclubrock, vstinner, ysj.ray
日期 2010-11-26.07:32:54
SpamBayes Score 9.5370764e-05
Marked as misclassified
Message-id <1290756778.34.0.615118242968.issue6715@psf.upfronthosting.co.za>
In-reply-to
内容
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:58amaury.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:58amaury.forgeotdarc修改messageid: <1290756778.34.0.615118242968.issue6715@psf.upfronthosting.co.za>
2010-11-26 07:32:54amaury.forgeotdarc链接issue6715 messages
2010-11-26 07:32:54amaury.forgeotdarc创建