2012/5/4 Matti Picus <[email protected]> > I have modified files in lib-python/modified-2.7 to close all open files > so that more of the lib-python tests pass in windows.
CPython 3 emits a warning when a file is closed by its __del__ method. And of course the test suite has been updated to correctly close all files during the tests. Have you compared your changes with the ones in the py3k branch? -- Amaury Forgeot d'Arc
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
