Tres Seaver wrote: > Mark Hammond wrote: > >>> Trent, I was wondering if you could look at some test failures in MS >>> Windows builds. I can't debug Windows issues myself :-(. This is a MS >>> free environment... >> >> In these errors I see lots of bsdbd errors, many of the form: >> >> | DBFileExistsError: (17, 'File exists -- __fop_file_setup: Retry limit >> (100) exceeded') > > Maybe this one is due to the fact that Windows, unlike POSIX, doesn't > allow unlinking an open file?
I see that some tests use os.unlink. They should use test_support.unlink() instead. -- Amaury Forgeot d'Arc _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com