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 serhiy.storchaka
Recipients Michael.Fox, nadeem.vawda, rhettinger, serhiy.storchaka, vstinner
Date 2013-05-19.09:02:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368954173.34.0.59980652546.issue18003@psf.upfronthosting.co.za>
In-reply-to
Content
I'm against implementing LZMAFile in a pure C. It was a great win that LZMAFile had implemented in a pure Python. However may be we could reuse the existing accelerated implementation of io.BufferedReader.
History
Date User Action Args
2013-05-19 09:02:53serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, nadeem.vawda, Michael.Fox
2013-05-19 09:02:53serhiy.storchakasetmessageid: <1368954173.34.0.59980652546.issue18003@psf.upfronthosting.co.za>
2013-05-19 09:02:53serhiy.storchakalinkissue18003 messages
2013-05-19 09:02:53serhiy.storchakacreate