]> granicus.if.org Git - python/commit
Issue #23836: Use _Py_write_noraise() to retry on EINTR in child_exec() of
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Apr 2015 16:35:53 +0000 (18:35 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 1 Apr 2015 16:35:53 +0000 (18:35 +0200)
commit185fd33a17de34abb3379a3970e2a52c7c3cd945
treeee38f734fbc416ac97eb56b56b627827e8efa447
parente72fe3995b231eb9cb350180603ee11a5293d737
Issue #23836: Use _Py_write_noraise() to retry on EINTR in child_exec() of
_posixsubprocess
Modules/_posixsubprocess.c