[Bug 245773] lang/python3: Missing errno.EDEADLOCK
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 20 19:45:24 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245773
Bug ID: 245773
Summary: lang/python3: Missing errno.EDEADLOCK
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: python at FreeBSD.org
Reporter: stefan.witzel at zvw.uni-goettingen.de
Assignee: python at FreeBSD.org
Flags: maintainer-feedback?(python at FreeBSD.org)
In the Python module errno the constant errno.EDEADLOCK is missing. According
to the Python documentation EDEADLOCK is part of the module.
The problem occurs when a process on a remote host runnning an OS as Linux
returns EDEADLOCK. (I know EDEADLOCK is not Posix compatible and the Linux
documentations says and it's synonym for EDEADLK, but Python allows to use it.)
I think a mapping from EDEADLOCK to EDEADLK would be sufficent to solve the
problem.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list