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 terry.reedy
Recipients jaguardown, terry.reedy
Date 2020-02-22.06:24:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582352671.68.0.0750423606922.issue39653@roundup.psfhosted.org>
In-reply-to
Content
======================================================================
ERROR: test_no_such_executable (test.test_posix.TestPosixSpawnP)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/zachary/Python-3.8.1/Lib/test/test_posix.py", line 1529, in test_no_such_executable
    pid = self.spawn_func(no_such_executable,
NotADirectoryError: [Errno 20] Not a directory: 'no_such_executable'

is all that is needed.
History
Date User Action Args
2020-02-22 06:24:31terry.reedysetrecipients: + terry.reedy, jaguardown
2020-02-22 06:24:31terry.reedysetmessageid: <1582352671.68.0.0750423606922.issue39653@roundup.psfhosted.org>
2020-02-22 06:24:31terry.reedylinkissue39653 messages
2020-02-22 06:24:31terry.reedycreate