Re: [Python-Dev] I need help with IO testuite

2010-11-17 Thread Nick Coghlan
On Thu, Nov 18, 2010 at 12:58 AM, Nick Coghlan wrote: > For what Amaury is talking about, what you can test is that the higher > layers of the IO stack (e.g. BufferedReader) correctly pass the new > flags down to the RawIO layer. You're correct that you can't really > test that RawIO is actually p

Re: [Python-Dev] I need help with IO testuite

2010-11-17 Thread Nick Coghlan
On Thu, Nov 18, 2010 at 12:31 AM, Jesus Cea wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all. I am modifying IO module for Python 3.2, and I am unable to > understand the mechanism used in IO testsuite to test both the C and the > Python implementation. > > In particular I need

Re: [Python-Dev] I need help with IO testuite

2010-11-17 Thread Antoine Pitrou
On Wed, 17 Nov 2010 15:31:02 +0100 Jesus Cea wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all. I am modifying IO module for Python 3.2, and I am unable to > understand the mechanism used in IO testsuite to test both the C and the > Python implementation. > > In particular I ne