##// END OF EJS Templates
hbisect.py: don't rely on __del__ to write the current state....
hbisect.py: don't rely on __del__ to write the current state. This is yet another page of the "Thou shalt not do too much inside __del__ methods" book, in the "demandload and __del__ don't go well together" chapter. The bisect extension is broken in 0.9.1: $ hg bisect init $ hg bisect bad Fatal Python error: Interpreter not initialized (version mismatch?) Aborted (yes, I tripled checked my instalation to make sure the problem is not there) It's been broken since revision fe1689273f84 moved the import of the binascii module into a demandload. (In details: the first time that "hg bisect bad" (or good) is called, there are still no revisions saved in .hg/bisect/*, so bisect.__init__ doesn't call hg.bin on anything. So, when we reach __del__, the binascii module still hasn't been imported and we get that "nice" message above.)
Alexis S. L. Carvalho -
r2735:07026da2 default
Show More
Name Size Modified Last Commit Author
/ contrib
git-viz
hgsh
macosx
purge
vim
win32
bash_completion Loading ...
buildrpm Loading ...
convert-repo Loading ...
darcs2hg.py Loading ...
favicon.ico Loading ...
hg-ssh Loading ...
hgdiff Loading ...
hgk Loading ...
mercurial.el Loading ...
mercurial.spec Loading ...
sample.hgrc Loading ...
tcsh_completion Loading ...
tcsh_completion_build.sh Loading ...
zsh_completion Loading ...