Re: [pypy-dev] OSError: [Errno 10] No child processes

2011-01-13 Thread Armin Rigo
Hi Amaury,

On Wed, Jan 12, 2011 at 2:49 AM, Paolo Giarrusso p.giarru...@gmail.com wrote:
 I propose that PyPy keeps reporting the error for files opened in any
 write mode

I would also think that it's better to keep reporting errors (and for
all files instead of just write mode files).  In my opinion, it would,
if nothing else, give users the message: we got an error when
close()ing this file automatically, but you should really close it
explicitly yourself in the first place.  Maybe it can even be written
in that sense in the error message.


A bientôt,

Armin.
___
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev


Re: [pypy-dev] OSError: [Errno 10] No child processes

2011-01-13 Thread Maciej Fijalkowski
On Thu, Jan 13, 2011 at 2:12 PM, Armin Rigo ar...@tunes.org wrote:
 Hi Amaury,

 On Wed, Jan 12, 2011 at 2:49 AM, Paolo Giarrusso p.giarru...@gmail.com 
 wrote:
 I propose that PyPy keeps reporting the error for files opened in any
 write mode

 I would also think that it's better to keep reporting errors (and for
 all files instead of just write mode files).  In my opinion, it would,
 if nothing else, give users the message: we got an error when
 close()ing this file automatically, but you should really close it
 explicitly yourself in the first place.  Maybe it can even be written
 in that sense in the error message.


How about a link to differencies between pypy and cpython, especially
about closing files?

Cheers,
fijal


 A bientôt,

 Armin.
 ___
 pypy-dev@codespeak.net
 http://codespeak.net/mailman/listinfo/pypy-dev

___
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev

Re: [pypy-dev] OSError: [Errno 10] No child processes

2011-01-13 Thread Armin Rigo
Hi,

On Thu, Jan 13, 2011 at 1:25 PM, Maciej Fijalkowski fij...@gmail.com wrote:
 close()ing this file automatically, but you should really close it
 explicitly yourself in the first place.  Maybe it can even be written
 in that sense in the error message.

 How about a link to differencies between pypy and cpython, especially
 about closing files?

Yes please :-)


Armin
___
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev


Re: [pypy-dev] OSError: [Errno 10] No child processes

2011-01-13 Thread Paolo Giarrusso
On Thu, Jan 13, 2011 at 13:43, Armin Rigo ar...@tunes.org wrote:
 Hi,

 On Thu, Jan 13, 2011 at 1:25 PM, Maciej Fijalkowski fij...@gmail.com wrote:
 close()ing this file automatically, but you should really close it
 explicitly yourself in the first place.  Maybe it can even be written
 in that sense in the error message.

 How about a link to differencies between pypy and cpython, especially
 about closing files?

And I guess you can also mention Jython and IronPython as being
PyPy-like (if the behavior just depends on having a GC instead of
refcounting). Disclaimer: I've never used IronPython.

 Yes please :-)
-- 
Paolo Giarrusso - Ph.D. Student
http://www.informatik.uni-marburg.de/~pgiarrusso/
___
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev