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.

Author amaury.forgeotdarc
Recipients 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
Date 2010-11-26.07:32:54
SpamBayes Score 9.5370764e-05
Marked as misclassified No
Message-id <1290756778.34.0.615118242968.issue6715@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-11-26 07:32:58amaury.forgeotdarcsetrecipients: + 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.forgeotdarcsetmessageid: <1290756778.34.0.615118242968.issue6715@psf.upfronthosting.co.za>
2010-11-26 07:32:54amaury.forgeotdarclinkissue6715 messages
2010-11-26 07:32:54amaury.forgeotdarccreate