]> granicus.if.org Git - python/commit
Issue #9425: Create private _Py_stat() function
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 14 Aug 2010 14:50:26 +0000 (14:50 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 14 Aug 2010 14:50:26 +0000 (14:50 +0000)
commit4f4402c4bb780a89c1d1c2564522e8ca901cbe17
tree3a0c661bfcb5c4407eae886b58cbf4ba6a410812
parent4c9aa451756ab52dd1fba381469fdbb2201ee4c4
Issue #9425: Create private _Py_stat() function

Use stat() or _wstat() depending on the OS.
Include/Python.h
Python/import.c