]> granicus.if.org Git - python/commit
Fixes Issue #16962: Use getdents64 instead of the obsolete getdents syscall
authorGregory P. Smith <greg@krypto.org>
Sun, 3 Mar 2013 18:53:27 +0000 (10:53 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 3 Mar 2013 18:53:27 +0000 (10:53 -0800)
commitb394c1dac8eaf398ed245c7599474b6c4213d03f
tree8ee7c26c5934be4bad248dc4983908c2c736e592
parent04a29554c1fe0a06cdc657229bb4332eb017e3e9
parent255bf5b9ec2d25698240cc1bf760887cd3c28436
Fixes Issue #16962: Use getdents64 instead of the obsolete getdents syscall
in the subprocess module on Linux.
Misc/NEWS
Modules/_posixsubprocess.c