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 jcea
Recipients jcea
Date 2018-01-25.00:46:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516841214.25.0.467229070634.issue32659@psf.upfronthosting.co.za>
In-reply-to
Content
Solaris has an extra "st_fstype" in the "stat" structure:

"""
       st_fstype
                     A null-teminated string that uniquely identifies the type
                     of the filesystem that contains the file.
"""

Supporting this should be trivial and 3.7RC1 is still a week away. I can take care of the patch for Python 3.7, if you agree that this must be fixed.
History
Date User Action Args
2018-01-25 00:46:54jceasetrecipients: + jcea
2018-01-25 00:46:54jceasetmessageid: <1516841214.25.0.467229070634.issue32659@psf.upfronthosting.co.za>
2018-01-25 00:46:54jcealinkissue32659 messages
2018-01-25 00:46:54jceacreate