pure module loading issues with stable tip

Martin Geisler martin at geisler.net
Fri Aug 24 06:04:41 CDT 2012


Steve Borho <steve at borho.org> writes:

> Hello,
>
> obsolete.py is importing the base85 module with a "from" statement:
> from mercurial import util, base85
>
> If one is using the pure Python extensions by adding mercurial/pure to
> sys.path, this import statement breaks.

As far as I know, this isn't how --pure works -- the files in
mercurial/pure are copied into mercurial/ and so sys.path is not
supposed to be modified.

-- 
Martin Geisler
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20120824/b919edd8/attachment.pgp>


More information about the Mercurial-devel mailing list