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 Andrew.Lutomirski, corona10, h.venev, iforapsy, neologix, pitrou, vstinner
Date 2019-10-28.10:59:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572260366.79.0.536548850021.issue22367@roundup.psfhosted.org>
In-reply-to
Content
> On issue 38602, the constant related to open file descriptors will be added. I will finalize this issue after issue 38602 is closed.

issue 38602 added constants, but this issue also modify lockf() to add open_file_descriptor parameter to choose between F_SETLK/F_SETLKW and F_OFD_SETLK/F_OFD_SETLKW.
History
Date User Action Args
2019-10-28 10:59:26vstinnersetrecipients: + vstinner, pitrou, neologix, Andrew.Lutomirski, h.venev, corona10, iforapsy
2019-10-28 10:59:26vstinnersetmessageid: <1572260366.79.0.536548850021.issue22367@roundup.psfhosted.org>
2019-10-28 10:59:26vstinnerlinkissue22367 messages
2019-10-28 10:59:26vstinnercreate