Message122443
| 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:58 | amaury.forgeotdarc | set | 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 | set | messageid: <1290756778.34.0.615118242968.issue6715@psf.upfronthosting.co.za> |
| 2010-11-26 07:32:54 | amaury.forgeotdarc | link | issue6715 messages |
| 2010-11-26 07:32:54 | amaury.forgeotdarc | create | |