bpo-22367: Add open_file_descriptor parameter to fcntl.lockf()#17099
bpo-22367: Add open_file_descriptor parameter to fcntl.lockf()#17099corona10 wants to merge 11 commits into
Conversation
serhiy-storchaka
left a comment
There was a problem hiding this comment.
In addition I would add a test based on the example https://www.gnu.org/software/libc/manual/html_node/Open-File-Description-Locks-Example.html
Thanks for the review. |
df8640a to
e69a9f6
Compare
|
@serhiy-storchaka @vstinner |
96d57b8 to
d6e2fc1
Compare
|
I left a question on https://bugs.python.org/issue22367 which related to the parameter name. |
|
@pitrou @serhiy-storchaka @vstinner Thanks for the review. @vstinner please take a look at my suggestion on https://bugs.python.org/msg356329 which suggests changing the parameter name from |
|
@vstinner If you don't mind can you leave some feedback on this PR? |
|
@vstinner Let's reopen this PR when we need this feature again ;) |
https://bugs.python.org/issue22367