[Buildbot-commits] buildbot ChangeLog,1.344,1.345
Brian Warner
warner at users.sourceforge.net
Mon Apr 4 07:10:33 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv974
Modified Files:
ChangeLog
Log Message:
(BuildMaster.loadConfig): only call exec() with one dict, apparently exec has
some scoping bugs when used with both global/local dicts. Thanks to Nathaniel
Smith for the catch.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -d -r1.344 -r1.345
--- ChangeLog 2 Apr 2005 20:20:16 -0000 1.344
+++ ChangeLog 4 Apr 2005 07:10:30 -0000 1.345
@@ -1,3 +1,10 @@
+2005-04-03 Brian Warner <warner at lothar.com>
+
+ * buildbot/master.py (BuildMaster.loadConfig): only call exec()
+ with one dict, apparently exec has some scoping bugs when used
+ with both global/local dicts. Thanks to Nathaniel Smith for the
+ catch.
+
2005-04-02 Brian Warner <warner at lothar.com>
* buildbot/process/step_twisted.py (countFailedTests): the new
More information about the Commits
mailing list