Re: [Python-Dev] AMD64-W2k8 buildbot wedged

2008-07-14 Thread Nick Coghlan
Martin v. Löwis wrote: http://bugs.python.org/issue3026 comes to mind. And I would rather use a little bit different wording: The ones truncating size_t/ssize_t do matter, unless you know in advance that you will always deal with data lesser than 2GiB. I thought Nick's comment was in the cont

Re: [Python-Dev] AMD64-W2k8 buildbot wedged

2008-07-13 Thread Martin v. Löwis
> http://bugs.python.org/issue3026 comes to mind. > > And I would rather use a little bit different wording: The ones > truncating size_t/ssize_t do matter, unless you know in advance that > you will always deal with data lesser than 2GiB. I thought Nick's comment was in the context of the build

Re: [Python-Dev] AMD64-W2k8 buildbot wedged

2008-07-13 Thread Ralf Schmitt
On Sun, Jul 13, 2008 at 6:35 PM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > Nick Coghlan wrote: >> The compilation step on this buildbot is failing because it can't delete >> or overwrite any of the Python DLLs [1]. Is there any way to fix this >> remotely, or at least to tell why kill_python i

Re: [Python-Dev] AMD64-W2k8 buildbot wedged

2008-07-13 Thread Nick Coghlan
Martin v. Löwis wrote: Nick Coghlan wrote: The number of 64-bit safeness warnings being emitted by the current trunk is also fairly worrying) Do you have a specific one in mind? The ones truncating size_t/ssize_t should only matter when you actually do have data larger than 2GiB. Nothing spe

Re: [Python-Dev] AMD64-W2k8 buildbot wedged

2008-07-13 Thread Martin v. Löwis
Nick Coghlan wrote: > The compilation step on this buildbot is failing because it can't delete > or overwrite any of the Python DLLs [1]. Is there any way to fix this > remotely, or at least to tell why kill_python isn't doing the trick? That is in the log: TerminateProcess failed: 5 where 5 is

[Python-Dev] AMD64-W2k8 buildbot wedged

2008-07-13 Thread Nick Coghlan
The compilation step on this buildbot is failing because it can't delete or overwrite any of the Python DLLs [1]. Is there any way to fix this remotely, or at least to tell why kill_python isn't doing the trick? (Going back a bit further, it looks like test_multiprocessing is the culprit as th