]> granicus.if.org Git - python/commit
Issue #23851: close() must not be retried when it fails with EINTR
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Apr 2015 14:24:46 +0000 (16:24 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 2 Apr 2015 14:24:46 +0000 (16:24 +0200)
commite7c749238e8fe2a10248ae9d81b1e53153496a8d
tree00d63a98ddabff2a6fee909a7e478aee37a345ba
parentd223fa631d6fd2822b4cc8ec11b19f5e6d0f415d
Issue #23851: close() must not be retried when it fails with EINTR

See the PEP 475 for the rationale.
Modules/_posixsubprocess.c