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 David.Edelsohn
Recipients David.Edelsohn, Michael.Felt, vstinner, xdegaye
Date 2018-01-03.13:41:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514986870.5.0.467229070634.issue32390@psf.upfronthosting.co.za>
In-reply-to
Content
_ALL_SOURCE is overkill. It probably is too big a club for this regression. However, the AIX header definition of fsid compatible with the current Python posixmodule.c code is bracketed by _ALL_SOURCE.

AFAICT, the change to posixmodule.c made assumptions about fsid based on Linux and not required by POSIX. This didn't simply introduce a testsuite regression, but broke the build on AIX. The posixmodule.c code should be corrected or should be reverted.
History
Date User Action Args
2018-01-03 13:41:10David.Edelsohnsetrecipients: + David.Edelsohn, vstinner, xdegaye, Michael.Felt
2018-01-03 13:41:10David.Edelsohnsetmessageid: <1514986870.5.0.467229070634.issue32390@psf.upfronthosting.co.za>
2018-01-03 13:41:10David.Edelsohnlinkissue32390 messages
2018-01-03 13:41:10David.Edelsohncreate