[issue38602] Add fcntl.F_OFD_XXXX constant

Dong-hee Na report at bugs.python.org
Sun Oct 27 09:27:03 EDT 2019


New submission from Dong-hee Na <donghee.na92 at gmail.com>:

Since Linux 3.15 is released.
fcntl.F_OFD_XXXX is used for python code.
It can be found on GitHub.
(https://github.com/ceph/ceph/blob/41d3fdc554ce920a631c7c6699a383134173fcff/qa/workunits/fs/misc/filelock_interrupt.py#L13)

I am working on this issue.

----------
components: Library (Lib)
messages: 355466
nosy: corona10, serhiy.storchaka, vstinner
priority: normal
severity: normal
status: open
title: Add fcntl.F_OFD_XXXX constant
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38602>
_______________________________________


More information about the Python-bugs-list mailing list