Date: Mon, 20 Apr 2020 19:45:23 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 245773] lang/python3: Missing errno.EDEADLOCK Message-ID: <bug-245773-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245773 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@FreeBSD.org Reporter: stefan.witzel@zvw.uni-goettingen.de Assignee: python@FreeBSD.org Flags: maintainer-feedback?(python@FreeBSD.org) In the Python module errno the constant errno.EDEADLOCK is missing. Accordi= ng 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-245773-21822>