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 fruch
Recipients fruch
Date 2016-11-06.22:34:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478471671.65.0.611428361622.issue28627@psf.upfronthosting.co.za>
In-reply-to
Content
this fails on python3.5-alpine and python3.6-alpine
(works as fine in python2.7-alpine)

cd /bug && ln -s /broken_path/to_nowhere broken
python -c "import shutil; shutil.copytree('/bug', '/temp', symlinks=True)"

Dockerfile example here:
https://github.com/docker-library/python/issues/155

https://github.com/python/cpython/blob/c30098c8c6014f3340a369a31df9c74bdbacc269/Lib/shutil.py#L198

seem like its suppressing NotImplementedError, and in our case OsError with ENOSUP was raised
History
Date User Action Args
2016-11-06 22:34:31fruchsetrecipients: + fruch
2016-11-06 22:34:31fruchsetmessageid: <1478471671.65.0.611428361622.issue28627@psf.upfronthosting.co.za>
2016-11-06 22:34:31fruchlinkissue28627 messages
2016-11-06 22:34:31fruchcreate