[Python-3000] [Python-Dev] Need help fixing failing Py3k Unittests in py3k-struni (original) (raw)
Guido van Rossum guido at python.org
Wed Jul 11 14:41:21 CEST 2007
- Previous message: [Python-3000] [Python-Dev] Need help fixing failing Py3k Unittests in py3k-struni
- Next message: [Python-3000] [Python-Dev] Need help fixing failing Py3k Unittests in py3k-struni
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
That would be great! Assign it to theller who can test it much better than I can.
On 7/11/07, Amaury Forgeot d'Arc <amauryfa at gmail.com> wrote:
Thomas Heller wrote: > I would love to look into these, but I prefer debugging on Windows. > However, the windows build does not work because the fileio builtin > module is missing from config.c. Again, this is not so easy to fix, > because the ftruncate function does not exist on Windows.
In fileobject.c, there is a replacement for ftruncate. See the code around the call to SetEndOfFile(). I'll try to provide a patch later today. -- Amaury Forgeot d'Arc
Python-3000 mailing list Python-3000 at python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/guido%40python.org
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-3000] [Python-Dev] Need help fixing failing Py3k Unittests in py3k-struni
- Next message: [Python-3000] [Python-Dev] Need help fixing failing Py3k Unittests in py3k-struni
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]