]> granicus.if.org Git - python/commit
bpo-35794: Catch PermissionError in test_no_such_executable (GH-11635)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 21 Jan 2019 14:35:43 +0000 (14:35 +0000)
committerGitHub <noreply@github.com>
Mon, 21 Jan 2019 14:35:43 +0000 (14:35 +0000)
commite9b185f2a493cc54f0d49eac44bf21e8d7de2990
tree5757b6f90443f4f408dbb7d49873840786d45040
parentb2385458ceddaf3d0d91456923716259d3915023
bpo-35794: Catch PermissionError in test_no_such_executable (GH-11635)

PermissionError can be raised if there are directories in the $PATH that are not accessible
when using posix_spawnp.
Lib/test/test_posix.py