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