<br>Success! The entire selftest suite runs with python 2.5.4. My problems are related to my use of pythin 2.6.2.<br><br>Here's the main result:<br><br><span style="font-family: courier new,monospace;">Ran 21257 tests in 1431.388s</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">OK (known_failures=21)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">1930 tests skipped</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Missing feature 'FTPServer' skipped 82 tests.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Missing feature 'Internally performed glob expansion' skipped 7 tests.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Missing feature '_winreg' skipped 2 tests.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Missing feature 'attrib Windows command-line tool' skipped 1 tests.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Missing feature 'bzrlib._Win32ReadDir' skipped 11 tests.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Missing feature 'case-insensitive case-preserving filesystem' skipped 20 tests.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Missing feature 'case-insensitive filesystem' skipped 1 tests.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Missing feature 'invalid hostname' skipped 1 tests.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Missing feature 'subunit' skipped 1 tests.</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Missing feature 'win32com.shell' skipped 4 tests.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">tests passed</span><br style="font-family: courier new,monospace;"><br><br>Ok! The next step is figuring out how to clearly write up a regression related to python 2.6. Based on my experience, I'm guessing that bzr core dev has not moved to python 2.6 yet but will run into this problem when it does.<br>
<br>A quick scan of the python 2.5.4 and 2.6.2 sources reveals that ssl.py did not even exist in 2.5.4. <br>That makes me wonder if the ssl.py (referenced in my python debugger backtrace) in 2.6.2 has replaced something in 2.5.4.<br>
And... wow... _ssl.c has was almost completely rewrtitten between 2.5.4 and 2.6.2.<br><br>Hm...<br><br>-M<br><br>