[Python-Dev] Preserving the blamelist (original) (raw)

Tim Peters tim.peters at gmail.com
Wed Apr 12 07:16:04 CEST 2006


All the trunk buildbots started failing about 5 hours ago, in test_parser. There have been enough checkins since then that the boundary between passing and failing is about to scroll off forever. So, here's the blamelist before it vanishes:

""" 1.

  Changed by: thomas.wouters
  Changed at: Wed 12 Apr 2006 00:06:36
  Branch: trunk
  Revision: 45285

  Changed files:
      * trunk/Grammar/Grammar
  Comments:

  Fix SF bug #1466641: multiple adjacent 'if's in listcomps and

genexps, as in [x for x in it if x if x], were broken for no good reason by the PEP 308 patch.

  Changed by: thomas.wouters
  Changed at: Wed 12 Apr 2006 00:08:00
  Branch: trunk
  Revision: 45286

  Changed files:
      * trunk/Lib/test/test_grammar.py
      * trunk/Python/graminit.c
  Comments:

  Part two of the fix for SF bug #1466641: Regenerate graminit.c

and add test for the bogus failure. """

I'd whine about not checking buildbot health after a code change, except that it's much more tempting to point out that Thomas couldn't have run the test suite successfully on his own box in this case :-)

While I'm spreading guilt, a bunch of filepath-related tests started failing Monday on the "g4 osx.4 trunk" buildbot, but the blamelist for that one is long gone.



More information about the Python-Dev mailing list