Re: [Python-Dev] before I open an issue re: posix.stat and/or os.stat

2019-03-01 Thread Michael Felt
Shortening the original mail to something shorter. The reason I am starting here, in -dev, rather than as an issue directly, is because I would like some direction/recommendation from concerned individuals before I take a "outsider" approach. Too often I have learned that I guessed wrong how

Re: [Python-Dev] before I open an issue re: posix.stat and/or os.stat

2019-02-25 Thread Larry Hastings
On 2/21/19 2:26 AM, Michael wrote: Will this continue to be enough space - i.e., is the Dev size going to be enough?  +2042  #ifdef MS_WINDOWS  +2043  PyStructSequence_SET_ITEM(v, 2, PyLong_FromUnsignedLong(st->st_dev));  +2044  #else  +2045  PyStructSequence_SET_ITEM(v, 2,

[Python-Dev] before I open an issue re: posix.stat and/or os.stat

2019-02-21 Thread Michael
My focus is AIX - and I believe I found a bug in AIX include files in 64-bit mode. I'll take that up with IBM and AIX support. However, this issue might also be valid in Python3. The following is from Centos, not AIX Python 2.7.5 (default, Jul 13 2018, 13:06:57) [GCC 4.8.5 20150623 (Red Hat