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 proyvind
Recipients Christophe Simonis, Garen, amaury.forgeotdarc, arekm, devurandom, doko, eric.araujo, lars.gustaebel, leonov, loewis, nicdumz, nikratio, ockham-razor, pitrou, proyvind, thedjatclubrock, vstinner, ysj.ray
Date 2010-05-29.06:48:48
SpamBayes Score 0.0018125727
Marked as misclassified No
Message-id <1275115730.38.0.249484253669.issue6715@psf.upfronthosting.co.za>
In-reply-to
Content
I've ported pyliblzma to py3k now and also implemented the missing functionality I mentioned earlier, for anyone interested in my progress the branch is found at:
https://code.launchpad.net/~proyvind/pyliblzma/py3k

I need to fix some memory leakages (side effect of the new PyUnicode/Pybytes change I'm not 100% with yet;) and some various memory errors reported by valgrind etc. though, but things are starting to look quite nice already. :)
History
Date User Action Args
2010-05-29 06:48:50proyvindsetrecipients: + proyvind, loewis, doko, amaury.forgeotdarc, arekm, lars.gustaebel, pitrou, vstinner, nicdumz, eric.araujo, Christophe Simonis, nikratio, leonov, devurandom, Garen, ysj.ray, thedjatclubrock, ockham-razor
2010-05-29 06:48:50proyvindsetmessageid: <1275115730.38.0.249484253669.issue6715@psf.upfronthosting.co.za>
2010-05-29 06:48:48proyvindlinkissue6715 messages
2010-05-29 06:48:48proyvindcreate