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 larry, serhiy.storchaka, vstinner
Date 2019-01-07.14:40:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546872056.36.0.0526129743961.issue35677@roundup.psfhosted.org>
In-reply-to
Content
What if someone relies on the current behavior of os.stat(filename, dir_fd=fd)? Would it make sense to add a new "automount=False" optional parameter to os.stat()? AT_NO_AUTOMOUNT would only be added if automount is false.
History
Date User Action Args
2019-01-07 14:40:57vstinnersetrecipients: + vstinner, larry, serhiy.storchaka
2019-01-07 14:40:56vstinnersetmessageid: <1546872056.36.0.0526129743961.issue35677@roundup.psfhosted.org>
2019-01-07 14:40:56vstinnerlinkissue35677 messages
2019-01-07 14:40:56vstinnercreate