]> granicus.if.org Git - python/commit
Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 8 Mar 2015 01:59:09 +0000 (02:59 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 8 Mar 2015 01:59:09 +0000 (02:59 +0100)
commit35a97c0bed8af6cab7ea0fffe374c3369561c444
tree669a8ebf7cce2246560484ae433e070e83b9b53d
parent6036e4431dbc45952550c2b730fc0d1c82e30883
Issue #22524: Fix os.scandir() for platforms which don't have a d_type field in
the dirent structure (ex: OpenIndiana).
Modules/posixmodule.c
configure
configure.ac
pyconfig.h.in