Re: [Python-Dev] test_io fails on test_1686475

2009-03-02 Thread Amaury Forgeot d'Arc
On Mon, Mar 2, 2009 at 13:25, Nick Coghlan wrote: > Cesare Di Mauro wrote: >> However, they are correct timestamps for Windows files, so I think that at >> least >> the API on posixmodule.c should not fail when working with them. I don't >> know if >> there's a way to handle them correctly. > >

Re: [Python-Dev] test_io fails on test_1686475

2009-03-02 Thread Nick Coghlan
Cesare Di Mauro wrote: > However, they are correct timestamps for Windows files, so I think that at > least > the API on posixmodule.c should not fail when working with them. I don't know > if > there's a way to handle them correctly. Use 64-bit time values (which is highly unlikely to ever be t

Re: [Python-Dev] test_io fails on test_1686475

2009-03-02 Thread Cesare Di Mauro
On Mar, 02 2009 at 00:13AM, Amaury Forgeot d'Arc wrote: > Hello, > > On Sun, Mar 1, 2009 at 23:04, Cesare Di Mauro > wrote: >> Running the test suite with Python 2.6.1 32 bit (compiled in DEBUG mode >> with Visual Studio Express Edition 2008) on Vista x64, I've got an assert >> error: >> >> tes

Re: [Python-Dev] test_io fails on test_1686475

2009-03-01 Thread Amaury Forgeot d'Arc
Hello, On Sun, Mar 1, 2009 at 23:04, Cesare Di Mauro wrote: > Running the test suite with Python 2.6.1 32 bit (compiled in DEBUG mode > with Visual Studio Express Edition 2008) on Vista x64, I've got an assert > error: > > test_1686475 (__main__.StatAttributeTests) ... Assertion failed: > (__int6

Re: [Python-Dev] test_io fails on test_1686475

2009-03-01 Thread Robert Collins
On Sun, 2009-03-01 at 23:04 +0100, Cesare Di Mauro wrote: > Running the test suite with Python 2.6.1 32 bit (compiled in DEBUG mode > with Visual Studio Express Edition 2008) on Vista x64, I've got an assert > error: > > test_1686475 (__main__.StatAttributeTests) ... Assertion failed: > (__int64)(

[Python-Dev] test_io fails on test_1686475

2009-03-01 Thread Cesare Di Mauro
Running the test suite with Python 2.6.1 32 bit (compiled in DEBUG mode with Visual Studio Express Edition 2008) on Vista x64, I've got an assert error: test_1686475 (__main__.StatAttributeTests) ... Assertion failed: (__int64)(int)((in / 1000) - secs_between_epochs) == ((in / 1000) - secs