This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brian.curtin
Recipients brian.curtin
Date 2010-11-26.16:00:33
SpamBayes Score 5.2733448e-08
Marked as misclassified No
Message-id <1290787235.82.0.346184396433.issue10540@psf.upfronthosting.co.za>
In-reply-to
Content
My build slave shows a test failure at test_dont_copy_file_onto_link_to_itself. This happens because the implementation of _samefile in Lib/shutil.py (line 70) doesn't work for Windows hard links.

Patch on the way.
History
Date User Action Args
2010-11-26 16:00:35brian.curtinsetrecipients: + brian.curtin
2010-11-26 16:00:35brian.curtinsetmessageid: <1290787235.82.0.346184396433.issue10540@psf.upfronthosting.co.za>
2010-11-26 16:00:33brian.curtinlinkissue10540 messages
2010-11-26 16:00:33brian.curtincreate