Hi all,

during the PyCon talks today, I fixed most of the issues with the 2.3
buildbot, and incorporated Namshin's os.command fix for the subprocess
issue in downloader.  You can see the patches in the buildbot-fixes
branch,

        http://github.com/ctb/pygr/commits/buildbot-fixes/

The most complicated patches were for a bug in Python 2.3's shelve.Shelf
class, which tries to access self.writeback and self.dict even when
those attributes may not have been set (for e.g. a failed 'open').

There's still one annoying and weird error,

http://lyorn.idyll.org:8019/builders/Python23/builds/14/steps/run%20tests/logs/stdio

where Python is segfaulting at the end of runtest.py.  Someone should
verify that in their own python2.3 installation; I doubt it's specific
to our install on lyorn, but it could be.

cheers,
--titus
-- 
C. Titus Brown, c...@msu.edu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pygr-dev" group.
To post to this group, send email to pygr-dev@googlegroups.com
To unsubscribe from this group, send email to 
pygr-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pygr-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to