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 corona10
Recipients Andrew.Lutomirski, corona10, h.venev, iforapsy, miss-islington, neologix, pitrou, serhiy.storchaka, vstinner
Date 2019-11-10.15:51:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573401115.99.0.252148697196.issue22367@roundup.psfhosted.org>
In-reply-to
Content
According to https://www.gnu.org/software/libc/manual/html_node/Open-File-Description-Locks.html

It is important to distinguish between the open file description (an instance of an open file, usually created by a call to open) and an open file descriptor, which is a numeric value that refers to the open file description. The locks described here are associated with the open file description and not the open file descriptor
History
Date User Action Args
2019-11-10 15:51:56corona10setrecipients: + corona10, pitrou, vstinner, neologix, serhiy.storchaka, Andrew.Lutomirski, h.venev, miss-islington, iforapsy
2019-11-10 15:51:55corona10setmessageid: <1573401115.99.0.252148697196.issue22367@roundup.psfhosted.org>
2019-11-10 15:51:55corona10linkissue22367 messages
2019-11-10 15:51:55corona10create