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 steve.dower
Recipients eryksun, pablogsal, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-08-22.00:34:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566434047.11.0.757259977504.issue37528@roundup.psfhosted.org>
In-reply-to
Content
I disabled the long path support on my own build and can reproduce this by passing a long path to --tempdir

Unfortunately, I'm not familiar enough with what tarfile is trying to do here - why is it recreating the entire directory structure within itself?

Browsing through lib/tarfile.py, I suspect it's the mix of "/" literals and os.path functions that's at fault here. It probably requires a much bigger job to go through and fix it up than simply fixing tests.
History
Date User Action Args
2019-08-22 00:34:07steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware, eryksun, pablogsal
2019-08-22 00:34:07steve.dowersetmessageid: <1566434047.11.0.757259977504.issue37528@roundup.psfhosted.org>
2019-08-22 00:34:07steve.dowerlinkissue37528 messages
2019-08-22 00:34:06steve.dowercreate