Re: [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)

2012-05-30 Thread Brian Curtin
On Wed, May 30, 2012 at 3:35 PM, Kristján Valur Jónsson wrote: > > > -Original Message- > From: Brian Curtin [mailto:br...@python.org] > Sent: 30. maí 2012 15:56 > To: Kristján Valur Jónsson > Cc: python-dev@python.org > Subject: Re: [Python-Dev] cpython: Issue #1

Re: [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)

2012-05-30 Thread Kristján Valur Jónsson
-Original Message- From: Brian Curtin [mailto:br...@python.org] Sent: 30. maí 2012 15:56 To: Kristján Valur Jónsson Cc: python-dev@python.org Subject: Re: [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2) appear to be no x64 buildbots. >Antoine asked about

Re: [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)

2012-05-30 Thread Georg Brandl
+kristjan=ccpgames@python.org] On >> > Behalf Of Georg Brandl >> > Sent: 30. maí 2012 06:52 >> > To: python-dev@python.org >> > Subject: Re: [Python-Dev] cpython: Issue #14744: Fix compilation on >> > Windows (part 2) >> > >> > A

Re: [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)

2012-05-30 Thread Georg Brandl
Am 30.05.2012 16:03, schrieb Kristján Valur Jónsson: > Curiously, the 64bit debug windows build cannot run the unittests either. > There are crash bugs in the release build and I wanted to repro it using the > debug version , but failed. > This is likely to be related to the virtualenv changes, pe

Re: [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)

2012-05-30 Thread Brian Curtin
On Wed, May 30, 2012 at 10:46 AM, Kristján Valur Jónsson wrote: > > >> -Original Message- >> From: R. David Murray [mailto:rdmur...@bitdance.com] >> >> >> The "ValueError: Invalid format string" was coming from a broken-on- >> windows test_calendar test I checked in.  It is fixed now and t

Re: [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)

2012-05-30 Thread Kristján Valur Jónsson
> -Original Message- > From: R. David Murray [mailto:rdmur...@bitdance.com] > > > The "ValueError: Invalid format string" was coming from a broken-on- > windows test_calendar test I checked in. It is fixed now and the stable > windows buildbots are green. > > --David Hm, there appear

Re: [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)

2012-05-30 Thread R. David Murray
randl > > Sent: 30. maí 2012 06:52 > > To: python-dev@python.org > > Subject: Re: [Python-Dev] cpython: Issue #14744: Fix compilation on > > Windows (part 2) > > > > Am 29.05.2012 18:54, schrieb victor.stinner: > > > http://hg.python.org/cpyt

Re: [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)

2012-05-30 Thread Kristján Valur Jónsson
> -Original Message- > From: python-dev-bounces+kristjan=ccpgames@python.org > [mailto:python-dev-bounces+kristjan=ccpgames@python.org] On > Behalf Of Georg Brandl > Sent: 30. maí 2012 06:52 > To: python-dev@python.org > Subject: Re: [Python-Dev] cpython: Issue #1474

Re: [Python-Dev] cpython: Issue #14744: Fix compilation on Windows (part 2)

2012-05-29 Thread Georg Brandl
Am 29.05.2012 18:54, schrieb victor.stinner: > http://hg.python.org/cpython/rev/df0144f68d76 > changeset: 77231:df0144f68d76 > user:Victor Stinner > date:Tue May 29 18:53:56 2012 +0200 > summary: > Issue #14744: Fix compilation on Windows (part 2) All Windows buildbots are sti