[issue38295] test_relative_path of test_py_compile fails on macOS 10.15 Catalina

Ronald Oussoren report at bugs.python.org
Tue Dec 17 09:41:27 EST 2019


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38295>
_______________________________________


More information about the Python-bugs-list mailing list