Hi group

I added compatibility details for web2py here (list page):

https://bitbucket.org/pypy/compatibility/wiki/Home

and here (detail page):

https://bitbucket.org/pypy/compatibility/wiki/web2py

I have successfully run web2py on PyPy 1.5, on Windows XP for several days. 
  I have noticed that somewhere, handles are still accumulating and not 
being freed (using the Welcome app).  I am assuming these are file handles. 
 Please, if other contributors can find places where files are opened and 
not explicitly closed, please either report them to me or submit the patch 
yourself.  Note that there are utility functions in gluon/fileutils.py 
called readfile() and writefile() that make it easy to perform those tasks 
with the file handle closing being done for you.

I have recently (though maybe not so recently--several releases ago!) fixed 
a whole bunch of places where file handles were not explicitly being closed, 
and I'll take another crack at it sometime soon.

regards
cjrh  


Reply via email to