Dong-hee Na <donghee.n...@gmail.com> added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue22367>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to