On 3 August 2013 19:08, Larry Hastings <la...@hastings.org> wrote:
>
>
> I'm considering  for Python 3.4.0a1.  The buildbots are all happy, except
> for AMD64 Win7 SP1:
>
> http://buildbot.python.org/all/waterfall?category=3.x.stable
>
> The two failures are zipimport and signal.  zipimport is sporadic, and looks
> like some sort of heisenissue.  signal is much more consistently broken, and
> has been broken for a while.  (Not that Windows support for signal has ever
> been that great.  But presumably the regression test is supposed to light up
> green, even on Windows.)

The test_signal problem should be fixed now given my last push. On a
second review, I actually understood the rationale behind Jeremy's
proposed test patch in http://bugs.python.org/issue18396 and accepted
it.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
python-committers mailing list
python-committers@python.org
http://mail.python.org/mailman/listinfo/python-committers

Reply via email to