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 ned.deily
Recipients barry, ned.deily, ronaldoussoren, terry.reedy
Date 2019-10-05.21:25:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570310752.59.0.230523880811.issue38295@roundup.psfhosted.org>
In-reply-to
Content
Also the similar single test in 2.7.x fails on 10.15 (pre-release):

======================================================================
ERROR: test_relative_path (test.test_py_compile.PyCompileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/test/test_py_compile.py", line 45, in test_relative_path
    os.path.relpath(self.pyc_path))
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/py_compile.py", line 123, in compile
    with open(cfile, 'wb') as fc:
IOError: [Errno 2] No such file or directory: '../../../../../../../var/folders/n6/q3475zjd38bc3q197d77wjc80000gn/T/tmpLPxkJN/_test.pyc'
History
Date User Action Args
2019-10-05 21:25:52ned.deilysetrecipients: + ned.deily, barry, terry.reedy, ronaldoussoren
2019-10-05 21:25:52ned.deilysetmessageid: <1570310752.59.0.230523880811.issue38295@roundup.psfhosted.org>
2019-10-05 21:25:52ned.deilylinkissue38295 messages
2019-10-05 21:25:52ned.deilycreate