This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pacampbell, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2022-01-11.15:53:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641916430.11.0.905453764158.issue46303@roundup.psfhosted.org>
In-reply-to
Content
Python.h indirectly (via fileutils.h) defines _Py_wstat() and _Py_stat() functions which use the "struct stat*" type for 12 years:

commit 4e31443c4d2c1fb211a6ea90fc6a8fbd9ff81c97
Author: Victor Stinner <victor.stinner@haypocalc.com>
Date:   Thu Oct 7 21:45:39 2010 +0000

    Create fileutils.c/.h
    
     * _Py_fopen() and _Py_stat() come from Python/import.c
     * (_Py)_wrealpath() comes from Python/sysmodule.c
     * _Py_char2wchar(), _Py_wchar2char() and _Py_wfopen() come from Modules/main.c
     * (_Py)_wstat(), (_Py)_wgetcwd(), _Py_wreadlink() come from Modules/getpath.c
History
Date User Action Args
2022-01-11 15:53:50vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, pacampbell
2022-01-11 15:53:50vstinnersetmessageid: <1641916430.11.0.905453764158.issue46303@roundup.psfhosted.org>
2022-01-11 15:53:50vstinnerlinkissue46303 messages
2022-01-11 15:53:50vstinnercreate