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 ronaldoussoren
Recipients Bo98, amgedr, barry, maggyero, miss-islington, ned.deily, ronaldoussoren, terry.reedy
Date 2019-12-17.14:41:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576593687.87.0.363370078535.issue38295@roundup.psfhosted.org>
In-reply-to
Content
You don't even need a C program to reproduce:

$ cd /private/tmp
$ touch ../../foo.txt
touch: ../../tmp/foo.txt: No such file or directory

And the "cd" is optional, I get the same error from my home directory (/Users/ronald). 

All of this on macOS 10.15.2
History
Date User Action Args
2019-12-17 14:41:27ronaldoussorensetrecipients: + ronaldoussoren, barry, terry.reedy, ned.deily, maggyero, miss-islington, Bo98, amgedr
2019-12-17 14:41:27ronaldoussorensetmessageid: <1576593687.87.0.363370078535.issue38295@roundup.psfhosted.org>
2019-12-17 14:41:27ronaldoussorenlinkissue38295 messages
2019-12-17 14:41:27ronaldoussorencreate