> On some of my issues (esp. ones relating to curses and mailbox.py), I > feel paralyzed because problems are occurring on platforms I don't > have access to (e.g. FreeBSD). The buildbots will report problems, > but then you have to debug them by committing changes, triggering a > build, and observing the results. And all of these actions will send > e-mail to python-checkins.
I wouldn't worry about that. If the checkin message indicates that this is testing out a certain buildbot issue, most python-checkin readers probably will skip over it quickly. If you are still worried: buildbot has a "try" feature, where developers can try out changes on the slaves before committing them. This isn't currently activated in the Python buildbot - but if you need it, we could look into it (if you are curious, just experiment with it yourself). Regards, Martin _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com