Comment 5 for bug 152811

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 152811] Re: typeerror in globbing.match

Thanks for the reproduction Marius,

I don't think pqm runs python2.4 anymore because we were generally not
seeing many differences from 2.5.

I tried to follow your reproduction script and did not see the error -
did I miss something?

(=bzr is a zsh abbreviation for "bzr from my path")

[1] mbp@grace% bzr init /tmp/t
[1] mbp@grace% cd /tmp/t
[1] mbp@grace% touch a
[1] mbp@grace% mkdir a
[1] mbp@grace% mkdir a/
[1] mbp@grace% touch a/b
[1] mbp@grace% python2.4 =bzr add
/home/mbp/old/bzr.20071016/pack-repository/bzrlib/patiencediff.py:127:
RuntimeWarning: Python C API version mismatch for module
_patiencediff_c: This Python has API version 1012, module
_patiencediff_c has version 1013.
  from bzrlib._patiencediff_c import (
added a
added a/b
[1] mbp@grace% python2.4 =bzr ci -m foo
/home/mbp/old/bzr.20071016/pack-repository/bzrlib/patiencediff.py:127:
RuntimeWarning: Python C API version mismatch for module
_patiencediff_c: This Python has API version 1012, module
_patiencediff_c has version 1013.
  from bzrlib._patiencediff_c import (
Committing revision 1 to "/tmp/t/".
added a
added a/b
Committed revision 1.
[1] mbp@grace% rm /home/mbp/old/bzr.20071016/pack-repository/bzrlib/*so
[1] mbp@grace% python2.4 =bzr rm a/
deleted a/b
deleted a
[1] mbp@grace% python2.4 =bzr revert
+N a/
+N a/b
[1] mbp@grace% python2.4 =bzr rm a/
deleted a/b
deleted a
[1] mbp@grace% python2.4 =bzr rm qq/
qq does not exist.