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 Jeffrey.Kintscher
Recipients Jeffrey.Kintscher, josh.r, riccardomurri
Date 2019-06-08.05:32:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559971958.55.0.329117490118.issue36422@roundup.psfhosted.org>
In-reply-to
Content
Another data point:

On macOS 10.14.4, unlink() returns EBUSY when it tries to delete the mount point. tempfile.TemporaryDirectory() doesn't handle EBUSY and ends up skipping over the mount point and propagates the OSError exception up to the caller.  It leaves the mounted directory tree untouched.
History
Date User Action Args
2019-06-08 05:32:38Jeffrey.Kintschersetrecipients: + Jeffrey.Kintscher, riccardomurri, josh.r
2019-06-08 05:32:38Jeffrey.Kintschersetmessageid: <1559971958.55.0.329117490118.issue36422@roundup.psfhosted.org>
2019-06-08 05:32:38Jeffrey.Kintscherlinkissue36422 messages
2019-06-08 05:32:38Jeffrey.Kintschercreate